avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-auth
/
io.github.lishangbu.avalon.auth.entity
/
User
User
@
Entity
interface
User
Members
Properties
avatar
Link copied to clipboard
abstract
val
avatar
:
String
?
头像
email
Link copied to clipboard
abstract
val
email
:
String
?
邮箱
enabled
Link copied to clipboard
abstract
val
enabled
:
Boolean
?
启用状态
hashed
Password
Link copied to clipboard
abstract
val
hashedPassword
:
String
?
加密密码
id
Link copied to clipboard
@
Id
abstract
val
id
:
Long
ID
phone
Link copied to clipboard
abstract
val
phone
:
String
?
手机
roles
Link copied to clipboard
@
ManyToMany
abstract
val
roles
:
List
<
Role
>
角色列表
username
Link copied to clipboard
abstract
val
username
:
String
?
用户名