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