public interface CmColorSchemeDao
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(String fId) |
int |
insert(CmColorScheme record) |
int |
insertSelective(CmColorScheme record) |
List<CmColorScheme> |
selectAll() |
List<CmColorScheme> |
selectByName(String name) |
CmColorScheme |
selectByPrimaryKey(String fId) |
int |
updateByPrimaryKey(CmColorScheme record) |
int |
updateByPrimaryKeySelective(CmColorScheme record) |
int deleteByPrimaryKey(String fId)
int insert(CmColorScheme record)
int insertSelective(CmColorScheme record)
CmColorScheme selectByPrimaryKey(String fId)
List<CmColorScheme> selectByName(String name)
List<CmColorScheme> selectAll()
int updateByPrimaryKeySelective(CmColorScheme record)
int updateByPrimaryKey(CmColorScheme record)
Copyright © 2025. All rights reserved.