初始化项目
This commit is contained in:
@@ -61,3 +61,10 @@ type GetCIDHistoryRes struct {
|
||||
Page int `json:"page"` // 当前页
|
||||
Size int `json:"size"` // 每页数量
|
||||
}
|
||||
|
||||
// TenantInfo 租户信息
|
||||
type TenantInfo struct {
|
||||
Id string `json:"id"` // 租户ID
|
||||
Name string `json:"name"` // 租户名称
|
||||
Level string `json:"level"` // 租户级别
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user