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