public interface ChartSceneTemplateDao
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByIdList(List<String> list) |
int |
deleteByPrimaryKey(String id) |
int |
insertSelective(ChartSceneTemplate record) |
List<ChartSceneTemplate> |
selectAll(String userId,
String keyword) |
List<ChartSceneTemplate> |
selectAllWithoutConfig(String userId,
String keyword) |
List<ChartSceneTemplate> |
selectByIds(List<String> ids) |
List<ChartSceneTemplate> |
selectByName(String userId,
String name) |
ChartSceneTemplate |
selectByPrimaryKey(String id) |
int |
updateByPrimaryKeySelective(ChartSceneTemplate record) |
int deleteByPrimaryKey(String id)
int insertSelective(ChartSceneTemplate record)
ChartSceneTemplate selectByPrimaryKey(String id)
int updateByPrimaryKeySelective(ChartSceneTemplate record)
List<ChartSceneTemplate> selectAllWithoutConfig(@Param(value="userId") String userId, @Param(value="keyword") String keyword)
List<ChartSceneTemplate> selectAll(@Param(value="userId") String userId, @Param(value="keyword") String keyword)
List<ChartSceneTemplate> selectByName(@Param(value="userId") String userId, @Param(value="name") String name)
List<ChartSceneTemplate> selectByIds(@Param(value="ids") List<String> ids)
Copyright © 2026. All rights reserved.