初始化项目
This commit is contained in:
9
model/types/tenant.go
Normal file
9
model/types/tenant.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package types
|
||||
|
||||
// Tenant 租户信息类型
|
||||
type Tenant struct {
|
||||
Id int64 `json:"id"` // 租户ID
|
||||
Name string `json:"name"` // 租户名称
|
||||
Level string `json:"level"` // 租户级别: basic, standard, premium
|
||||
Status string `json:"status"` // 状态: active, inactive
|
||||
}
|
||||
Reference in New Issue
Block a user