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