public interface RoleService extends BaseService<SysRole,String>
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(String id) |
int |
insert(SysRole record) |
int |
insertSelective(SysRole record) |
SysRole |
selectByPrimaryKey(String id) |
List<SysRole> |
selectListByPage(SysRole sysRole) |
int |
updateByPrimaryKey(SysRole record) |
int |
updateByPrimaryKeySelective(SysRole record) |
delete, deleteByExample, deleteByIds, deleteByPrimaryKey, existsWithPrimaryKey, getList, insertList, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelectiveint deleteByPrimaryKey(String id)
deleteByPrimaryKey in interface BaseService<SysRole,String>int insert(SysRole record)
insert in interface BaseService<SysRole,String>int insertSelective(SysRole record)
insertSelective in interface BaseService<SysRole,String>int updateByPrimaryKeySelective(SysRole record)
updateByPrimaryKeySelective in interface BaseService<SysRole,String>int updateByPrimaryKey(SysRole record)
updateByPrimaryKey in interface BaseService<SysRole,String>List<SysRole> selectListByPage(SysRole sysRole)
selectListByPage in interface BaseService<SysRole,String>Copyright © 2019. All rights reserved.