版本认证中增加公司/组织名

This commit is contained in:
刘祥超
2021-04-14 20:02:21 +08:00
parent 5718271a12
commit 8f10fff44f
4 changed files with 9 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ type AuthorityKey struct {
Hostname string `field:"hostname"` // Hostname
MacAddresses string `field:"macAddresses"` // MAC地址
UpdatedAt uint64 `field:"updatedAt"` // 创建/修改时间
Company string `field:"company"` // 公司组织
}
type AuthorityKeyOperator struct {
@@ -19,6 +20,7 @@ type AuthorityKeyOperator struct {
Hostname interface{} // Hostname
MacAddresses interface{} // MAC地址
UpdatedAt interface{} // 创建/修改时间
Company interface{} // 公司组织
}
func NewAuthorityKeyOperator() *AuthorityKeyOperator {