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