public interface CmsTopicMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteByPrimaryKey(java.lang.Integer id) |
int |
insert(CmsTopic record) |
int |
insertSelective(CmsTopic record) |
CmsTopic |
selectByPrimaryKey(java.lang.Integer id) |
int |
updateByPrimaryKey(CmsTopic record) |
int |
updateByPrimaryKeySelective(CmsTopic record) |
int deleteByPrimaryKey(java.lang.Integer id)
int insert(CmsTopic record)
int insertSelective(CmsTopic record)
CmsTopic selectByPrimaryKey(java.lang.Integer id)
int updateByPrimaryKeySelective(CmsTopic record)
int updateByPrimaryKey(CmsTopic record)