public interface CmDrawSchemeDao
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByGroupId(String groupId) |
int |
deleteByIds(List<String> ids) |
int |
deleteByPrimaryKey(String id) |
int |
insert(CmDrawScheme record) |
int |
insertSelective(CmDrawScheme record) |
List<CmDrawScheme> |
selectAll(String userId) |
List<CmDrawScheme> |
selectByGroupId(String groupId) |
CmDrawScheme |
selectByPrimaryKey(String id) |
int |
updateByPrimaryKey(CmDrawScheme record) |
int |
updateByPrimaryKeySelective(CmDrawScheme record) |
int deleteByPrimaryKey(String id)
int insert(CmDrawScheme record)
int insertSelective(CmDrawScheme record)
CmDrawScheme selectByPrimaryKey(String id)
int updateByPrimaryKeySelective(CmDrawScheme record)
int updateByPrimaryKey(CmDrawScheme record)
List<CmDrawScheme> selectAll(@Param(value="userId") String userId)
List<CmDrawScheme> selectByGroupId(@Param(value="groupId") String groupId)
int deleteByGroupId(@Param(value="groupId")
String groupId)
Copyright © 2026. All rights reserved.