增加:selectAllUsersList

This commit is contained in:
tiezx 2025-07-17 13:03:14 +08:00
parent 009c8aae0d
commit c15152b856

View File

@ -208,4 +208,10 @@ public interface ISysUserService {
*/ */
int deleteUserByIds(Long[] userIds); int deleteUserByIds(Long[] userIds);
/**
* 得到所有用户信息
*
*/
public List<SysUser> selectAllUsersList() ;
} }