阶段性提交

This commit is contained in:
刘祥超
2020-07-29 19:02:28 +08:00
parent 943742b836
commit 5e37e6e1f0
57 changed files with 4334 additions and 2053 deletions

View File

@@ -4,6 +4,7 @@ package models
type NodeGrant struct {
Id uint32 `field:"id"` // ID
Name string `field:"name"` // 名称
Method string `field:"method"` // 登录方式
Username string `field:"username"` // 用户名
Password string `field:"password"` // 密码
Su uint8 `field:"su"` // 是否需要su
@@ -16,6 +17,7 @@ type NodeGrant struct {
type NodeGrantOperator struct {
Id interface{} // ID
Name interface{} // 名称
Method interface{} // 登录方式
Username interface{} // 用户名
Password interface{} // 密码
Su interface{} // 是否需要su