Optimize RoleController

This commit is contained in:
2023-11-15 18:06:51 +08:00
parent 3735ded9f2
commit c921c56e46
6 changed files with 20 additions and 12 deletions

View File

@@ -20,6 +20,4 @@ interface RoleMapper : BaseMapper<Role> {
fun getWithPowerByList(roleIds: List<Long>): List<Role>?
fun selectOne(id: Long): Role?
fun getPowerList(id: Long): List<Long?>
}