- EarningPrice通过Store.PayPercentage来算,缺省是70%

This commit is contained in:
gazebo
2019-06-14 11:03:16 +08:00
parent 52ae2696ab
commit cf8fa813f8
2 changed files with 7 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ const (
type GoodsOrderExt struct {
GoodsOrder
EarningPrice int64 `json:"earningPrice"` // 预估结算给门店老板的钱
WaybillStatus int `json:"waybillStatus"`
CourierName string `orm:"size(32)" json:"courierName"`
CourierMobile string `orm:"size(32)" json:"courierMobile"`