订单打款修改
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user