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