@Service(value="helpTypeService") public class HelpTypeServiceImpl extends Object implements HelpTypeService
| Constructor and Description |
|---|
HelpTypeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Integer id)
根据主键删除
|
int |
deleteBatch(Integer[] ids)
根据主键批量删除
|
List<HelpTypeEntity> |
queryList(Map<String,Object> map)
分页查询
|
HelpTypeEntity |
queryObject(Integer id)
根据主键查询实体
|
int |
queryTotal(Map<String,Object> map)
分页统计总数
|
int |
save(HelpTypeEntity helpType)
保存实体
|
int |
update(HelpTypeEntity helpType)
根据主键更新实体
|
public HelpTypeEntity queryObject(Integer id)
HelpTypeServicequeryObject in interface HelpTypeServiceid - 主键public List<HelpTypeEntity> queryList(Map<String,Object> map)
HelpTypeServicequeryList in interface HelpTypeServicemap - 参数public int queryTotal(Map<String,Object> map)
HelpTypeServicequeryTotal in interface HelpTypeServicemap - 参数public int save(HelpTypeEntity helpType)
HelpTypeServicesave in interface HelpTypeServicehelpType - 实体public int update(HelpTypeEntity helpType)
HelpTypeServiceupdate in interface HelpTypeServicehelpType - 实体public int delete(Integer id)
HelpTypeServicedelete in interface HelpTypeServicepublic int deleteBatch(Integer[] ids)
HelpTypeServicedeleteBatch in interface HelpTypeServiceCopyright © 2021. All rights reserved.