public interface CmBaseMapDao
| Modifier and Type | Method and Description |
|---|---|
int |
cancelDefaultCatalog(List<Integer> list) |
int |
deleteByPrimaryKey(String fId) |
int |
insert(CmBaseMap record) |
int |
insertSelective(CmBaseMap record) |
Integer |
queryMaxOrder(String groupId) |
List<CmBaseMap> |
selectBrotherService(String id) |
List<CmBaseMap> |
selectByGroupId(String id) |
List<CmBaseMap> |
selectByNameType(String name,
Integer type) |
List<CmBaseMap> |
selectByNameTypeGroup(String name,
Integer type,
String groupId) |
CmBaseMap |
selectByPrimaryKey(String fId) |
List<CmBaseMap> |
selectByTypes(List<Integer> list) |
List<CmBaseMap> |
selectDefaultGroup(Integer type) |
int |
setDefaultGroup(String id) |
int |
updateByPrimaryKey(CmBaseMap record) |
int |
updateByPrimaryKeySelective(CmBaseMap record) |
int |
updateOrderByPrimaryKey(String id,
Integer order) |
int |
updatePictureByPrimaryKey(String id,
Object picture) |
int deleteByPrimaryKey(String fId)
int insert(CmBaseMap record)
int insertSelective(CmBaseMap record)
int updateByPrimaryKeySelective(CmBaseMap record)
int updateByPrimaryKey(CmBaseMap record)
List<CmBaseMap> selectByNameType(@Param(value="name") String name, @Param(value="type") Integer type)
List<CmBaseMap> selectByNameTypeGroup(@Param(value="name") String name, @Param(value="type") Integer type, @Param(value="groupId") String groupId)
int setDefaultGroup(String id)
int updateOrderByPrimaryKey(@Param(value="id")
String id,
@Param(value="order")
Integer order)
Copyright © 2025. All rights reserved.