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