mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-23 01:20:25 +08:00
reafctor: 团队管理与授权凭证优化
This commit is contained in:
@@ -5,13 +5,6 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// 授权凭证基础信息
|
||||
type AuthCertBaseVO struct {
|
||||
Id int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
AuthMethod int8 `json:"authMethod"`
|
||||
}
|
||||
|
||||
type MachineVO struct {
|
||||
tagentity.ResourceTags // 标签信息
|
||||
tagentity.AuthCerts // 授权凭证信息
|
||||
|
||||
Reference in New Issue
Block a user