This commit is contained in:
mhsanaei
2025-09-18 23:13:31 +02:00
parent 054cb1dea0
commit 0ffd27c0aa
3 changed files with 1 additions and 4 deletions

View File

@@ -5,7 +5,6 @@ type ClientTraffic struct {
InboundId int `json:"inboundId" form:"inboundId"`
Enable bool `json:"enable" form:"enable"`
Email string `json:"email" form:"email" gorm:"unique"`
UUID string `json:"uuid" form:"uuid" gorm:"unique;type:char(36)"`
SubId string `json:"subId" form:"subId" gorm:"-"`
Up int64 `json:"up" form:"up"`
Down int64 `json:"down" form:"down"`