用户增加组信息

This commit is contained in:
2020-07-01 12:26:03 +08:00
parent 0b75c516c6
commit ac448d1546
2 changed files with 3 additions and 0 deletions

View File

@@ -9,4 +9,5 @@ class UserCmd : Command() {
var realName: String? = null
var phone: String? = null
var role: String? = null
var group: String = ""
}

View File

@@ -16,4 +16,6 @@ class UserView {
var phone: String? = null
var role: String? = null
var group: String? = null
}