This commit is contained in:
2023-10-26 23:47:41 +08:00
parent 2a364cfcfe
commit 7aa2212976
4 changed files with 35 additions and 17 deletions

View File

@@ -13,4 +13,6 @@ import top.fatweb.api.entity.permission.User
*/
interface IUserService : IService<User> {
fun getUserWithPower(username: String): User?
fun getInfo(): User
}