Package | Description |
---|---|
com.len.controller | |
com.len.service | |
com.len.service.impl |
Modifier and Type | Method and Description |
---|---|
JsonUtil |
RoleController.addRole(SysRole sysRole,
String[] menus) |
String |
RoleController.showRoleList(SysRole role,
org.springframework.ui.Model model) |
ReType |
RoleController.showRoleList(SysRole role,
org.springframework.ui.Model model,
String page,
String limit) |
JsonUtil |
RoleController.updateUser(SysRole role,
String[] menus) |
Modifier and Type | Method and Description |
---|---|
SysRole |
RoleService.selectByPrimaryKey(String id) |
Modifier and Type | Method and Description |
---|---|
List<SysRole> |
RoleService.selectListByPage(SysRole sysRole) |
Modifier and Type | Method and Description |
---|---|
int |
RoleService.insert(SysRole record) |
int |
RoleService.insertSelective(SysRole record) |
List<SysRole> |
RoleService.selectListByPage(SysRole sysRole) |
int |
RoleService.updateByPrimaryKey(SysRole record) |
int |
RoleService.updateByPrimaryKeySelective(SysRole record) |
Modifier and Type | Method and Description |
---|---|
SysRole |
RoleServiceImpl.selectByPrimaryKey(String id) |
Modifier and Type | Method and Description |
---|---|
BaseMapper<SysRole,String> |
RoleServiceImpl.getMappser() |
List<SysRole> |
RoleServiceImpl.selectListByPage(SysRole sysRole) |
Modifier and Type | Method and Description |
---|---|
int |
RoleServiceImpl.insert(SysRole record) |
List<SysRole> |
RoleServiceImpl.selectListByPage(SysRole sysRole) |
int |
RoleServiceImpl.updateByPrimaryKey(SysRole record) |
int |
RoleServiceImpl.updateByPrimaryKeySelective(SysRole record) |
Copyright © 2019. All rights reserved.