0.1.5增加用户cmd和view字段

This commit is contained in:
2020-07-02 22:22:08 +08:00
parent 378a8af1e0
commit d842658e18
3 changed files with 7 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ class UserCmd : Command() {
var phone: String? = null
var role: String? = null
var group: String = ""
var alive: Boolean = false
}