重修代码
This commit is contained in:
@@ -46,9 +46,9 @@ type GoodsOrder struct {
|
||||
ModelTimeInfo
|
||||
OriginalData string `orm:"type(text)"`
|
||||
Skus []*OrderSku `orm:"-"`
|
||||
SkuTotalPmFee int64 //门店商品促销总支出
|
||||
SkuPmFee int64 //门店商品促销总支出
|
||||
OrderPmFee int64 //门店订单促销支出
|
||||
SkuTotalPmSubsidy int64 //平台商品促销总补贴
|
||||
SkuPmSubsidy int64 //平台商品促销总补贴
|
||||
OrderPmSubsidy int64 //平台订单促销补贴
|
||||
BoxFee int64 //餐盒费
|
||||
PlatformFeeRate int16 //平台费
|
||||
|
||||
Reference in New Issue
Block a user