public interface CmColorItemDao
| Modifier and Type | Method and Description |
|---|---|
int |
batchDeleteByIds(List<String> list) |
int |
batchInsert(List<CmColorItem> list) |
int |
deleteByColorId(String colorId) |
int |
deleteByPrimaryKey(String fId) |
int |
insert(CmColorItem record) |
int |
insertSelective(CmColorItem record) |
List<CmColorItem> |
selectByColorId(String colorId,
String keyword) |
List<CmColorItem> |
selectByName(String name,
String colorId) |
CmColorItem |
selectByPrimaryKey(String fId) |
int |
updateByPrimaryKey(CmColorItem record) |
int |
updateByPrimaryKeySelective(CmColorItem record) |
int deleteByPrimaryKey(String fId)
int deleteByColorId(String colorId)
int insert(CmColorItem record)
int insertSelective(CmColorItem record)
int batchInsert(@Param(value="list")
List<CmColorItem> list)
CmColorItem selectByPrimaryKey(String fId)
List<CmColorItem> selectByName(@Param(value="name") String name, @Param(value="colorId") String colorId)
List<CmColorItem> selectByColorId(@Param(value="colorId") String colorId, @Param(value="keyword") String keyword)
int updateByPrimaryKeySelective(CmColorItem record)
int updateByPrimaryKey(CmColorItem record)
Copyright © 2025. All rights reserved.