订单打款修改

This commit is contained in:
苏尹岚
2020-02-12 17:24:57 +08:00
parent 08484237fc
commit c461e3e10e
5 changed files with 122 additions and 137 deletions

View File

@@ -52,7 +52,9 @@ type User struct {
ParentMobile string `orm:"size(32)" json:"parentMobile"`
DividePercentage int `json:"dividePercentage"`
IsReceiver int `json:"isReceiver"`
Profit int `json:"profit"`
ProfitSum int `json:"profitSum"`
Arrears int `json:"arrears"`
}
func (*User) TableUnique() [][]string {