|
|
@@ -5,7 +5,7 @@ type MasterMallOrderStatistics struct { |
|
|
|
MasterId int `json:"master_id" xorm:"not null default 0 comment('站长id') INT(11)"` |
|
|
|
PaymentTotal string `json:"payment_total" xorm:"not null default 0.0000 comment('付款金额(元)') DECIMAL(10,4)"` |
|
|
|
OrderCount int `json:"order_count" xorm:"not null default 0 comment('订单数量(笔)') INT(11)"` |
|
|
|
EstimatedProfit string `json:"estimated_profit" xorm:"not null default 0.0000 comment('预估利润(元)') DECIMAL(10,4)"` |
|
|
|
EstimatedCommission string `json:"estimated_commission" xorm:"not null default 0.0000 comment('预估佣金(元)') DECIMAL(10,4)"` |
|
|
|
LoseOrderCount int `json:"lose_order_count" xorm:"not null default 0 comment('失效订单(笔)') INT(11)"` |
|
|
|
PlaceOrderNumOfPeople int `json:"place_order_num_of_people" xorm:"not null default 0 comment('下单人数(个)') INT(11)"` |
|
|
|
EffectiveOrderCount int `json:"effective_order_count" xorm:"not null default 0 comment('有效订单(笔)') INT(11)"` |
|
|
|