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