增加:selectAllUsersList
This commit is contained in:
parent
009c8aae0d
commit
c15152b856
@ -208,4 +208,10 @@ public interface ISysUserService {
|
|||||||
*/
|
*/
|
||||||
int deleteUserByIds(Long[] userIds);
|
int deleteUserByIds(Long[] userIds);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 得到所有用户信息
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<SysUser> selectAllUsersList() ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user