Add GetUserInfo
This commit is contained in:
@@ -14,5 +14,5 @@ import top.fatweb.api.entity.permission.User
|
||||
interface IUserService : IService<User> {
|
||||
fun getUserWithPower(username: String): User?
|
||||
|
||||
fun getInfo(): User
|
||||
fun getInfo(): User?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user