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

@@ -18,4 +18,8 @@ class UserView {
var role: String? = null
var group: String? = null
var token: String? = null
var alive: Boolean? = null
}