增加角色信息
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.synebula.zeus.query.view
|
||||
|
||||
import com.synebula.gaea.domain.service.Command
|
||||
|
||||
class RoleView {
|
||||
var id: String? = null
|
||||
var name = ""
|
||||
}
|
||||
@@ -8,4 +8,6 @@ class UserView {
|
||||
var realName: String? = null
|
||||
|
||||
var phone: String? = null
|
||||
|
||||
var role: RoleView? = null
|
||||
}
|
||||
Reference in New Issue
Block a user