This commit is contained in:
苏尹岚
2020-11-10 09:43:55 +08:00
parent 93a7689a94
commit e1875b17da
2 changed files with 3 additions and 7 deletions

View File

@@ -62,6 +62,8 @@ type User struct {
// Profit int `json:"profit"`
// ProfitSum int `json:"profitSum"`
// Arrears int `json:"arrears"`
AcceptOrderCount int `orm:"-" json:"acceptOrderCount"`
FinishedOrderCount int `orm:"-" json:"finishedOrderCount"`
}
func (*User) TableUnique() [][]string {