@Service(value="helpIssueService") public class HelpIssueServiceImpl extends Object implements HelpIssueService
| Constructor and Description |
|---|
HelpIssueServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Integer id)
根据主键删除
|
int |
deleteBatch(Integer[] ids)
根据主键批量删除
|
List<HelpIssueEntity> |
queryList(Map<String,Object> map)
分页查询
|
HelpIssueEntity |
queryObject(Integer id)
根据主键查询实体
|
int |
queryTotal(Map<String,Object> map)
分页统计总数
|
int |
save(HelpIssueEntity helpIssue)
保存实体
|
int |
update(HelpIssueEntity helpIssue)
根据主键更新实体
|
public HelpIssueEntity queryObject(Integer id)
HelpIssueServicequeryObject in interface HelpIssueServiceid - 主键public List<HelpIssueEntity> queryList(Map<String,Object> map)
HelpIssueServicequeryList in interface HelpIssueServicemap - 参数public int queryTotal(Map<String,Object> map)
HelpIssueServicequeryTotal in interface HelpIssueServicemap - 参数public int save(HelpIssueEntity helpIssue)
HelpIssueServicesave in interface HelpIssueServicehelpIssue - 实体public int update(HelpIssueEntity helpIssue)
HelpIssueServiceupdate in interface HelpIssueServicehelpIssue - 实体public int delete(Integer id)
HelpIssueServicedelete in interface HelpIssueServicepublic int deleteBatch(Integer[] ids)
HelpIssueServicedeleteBatch in interface HelpIssueServiceCopyright © 2021. All rights reserved.