@Service(value="feedbackService") public class FeedbackServiceImpl extends Object implements FeedbackService
| Constructor and Description |
|---|
FeedbackServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Integer msgId)
根据主键删除
|
int |
deleteBatch(Integer[] msgIds)
根据主键批量删除
|
List<FeedbackEntity> |
queryList(Map<String,Object> map)
分页查询
|
FeedbackEntity |
queryObject(Integer msgId)
根据主键查询实体
|
int |
queryTotal(Map<String,Object> map)
分页统计总数
|
int |
save(FeedbackEntity feedback)
保存实体
|
int |
update(FeedbackEntity feedback)
根据主键更新实体
|
public FeedbackEntity queryObject(Integer msgId)
FeedbackServicequeryObject in interface FeedbackServicepublic List<FeedbackEntity> queryList(Map<String,Object> map)
FeedbackServicequeryList in interface FeedbackServicemap - 参数public int queryTotal(Map<String,Object> map)
FeedbackServicequeryTotal in interface FeedbackServicemap - 参数public int save(FeedbackEntity feedback)
FeedbackServicesave in interface FeedbackServicefeedback - 实体public int update(FeedbackEntity feedback)
FeedbackServiceupdate in interface FeedbackServicefeedback - 实体public int delete(Integer msgId)
FeedbackServicedelete in interface FeedbackServicepublic int deleteBatch(Integer[] msgIds)
FeedbackServicedeleteBatch in interface FeedbackServiceCopyright © 2021. All rights reserved.