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