Package | Description |
---|---|
com.platform.controller | |
com.platform.service | |
com.platform.service.impl |
Modifier and Type | Method and Description |
---|---|
R |
UserLevelController.save(UserLevelEntity userLevel)
保存
|
R |
UserLevelController.update(UserLevelEntity userLevel)
修改
|
Modifier and Type | Method and Description |
---|---|
UserLevelEntity |
UserLevelService.queryObject(Integer id)
根据主键查询实体
|
Modifier and Type | Method and Description |
---|---|
List<UserLevelEntity> |
UserLevelService.queryList(Map<String,Object> map)
分页查询
|
Modifier and Type | Method and Description |
---|---|
int |
UserLevelService.save(UserLevelEntity userLevel)
保存实体
|
int |
UserLevelService.update(UserLevelEntity userLevel)
根据主键更新实体
|
Modifier and Type | Method and Description |
---|---|
UserLevelEntity |
UserLevelServiceImpl.queryObject(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<UserLevelEntity> |
UserLevelServiceImpl.queryList(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
int |
UserLevelServiceImpl.save(UserLevelEntity userLevel) |
int |
UserLevelServiceImpl.update(UserLevelEntity userLevel) |
Copyright © 2021. All rights reserved.