mirror of
https://github.com/komari-monitor/komari.git
synced 2025-11-02 13:03:19 +00:00
feat: 添加客户端分组字段
This commit is contained in:
@@ -31,6 +31,7 @@ type Client struct {
|
||||
BillingCycle int `json:"billing_cycle"`
|
||||
Currency string `json:"currency" gorm:"type:varchar(20);default:'$'"`
|
||||
ExpiredAt UTCTime `json:"expired_at" gorm:"type:timestamp"`
|
||||
Group string `json:"group" gorm:"type:varchar(100)"`
|
||||
CreatedAt UTCTime `json:"created_at"`
|
||||
UpdatedAt UTCTime `json:"updated_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user