This commit is contained in:
苏尹岚
2020-03-19 16:37:39 +08:00
parent b6126857cc
commit 7ee1bedb8f
2 changed files with 5 additions and 6 deletions

View File

@@ -43,8 +43,7 @@ type OrderSkuWithActualPayPrice struct {
StoreID int `orm:"column(store_id)" json:"storeID"` // 外部系统里记录的 jxstoreid
Status int `json:"status"` // 参见OrderStatus*相关的常量定义
PayPercentage int `json:"payPercentage"`
EarningPrice2 int64 `json:"earningPrice2"`
PayPercentage int `json:"payPercentage"`
}
type tGoodsAndOrder struct {