Offline user when power change

This commit is contained in:
2023-12-01 17:21:42 +08:00
parent 1ad38bf2a8
commit 95ea00e643
9 changed files with 128 additions and 54 deletions

View File

@@ -35,4 +35,8 @@ interface IUserService : IService<User> {
fun deleteOne(id: Long)
fun delete(userDeleteParam: UserDeleteParam)
fun selectIdsWithRoleIds(roleIds: List<Long>): List<Long>
fun selectIdsWithGroupIds(groupIds: List<Long>): List<Long>
}