This commit is contained in:
苏尹岚
2020-11-10 10:51:34 +08:00
parent 1ddd2d7362
commit 801850f1f7
4 changed files with 42 additions and 4 deletions

View File

@@ -62,8 +62,6 @@ 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 {