导出订单增加字段

This commit is contained in:
苏尹岚
2020-04-29 15:17:47 +08:00
parent 34683bb26e
commit 21ddced471
2 changed files with 34 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ type GoodsOrderExt struct {
PayPercentage int `json:"payPercentage"`
SkuInfo string `json:"skuInfo,omitempty"`
SkuInfo2 string `json:"skuInfo2,omitempty"`
ShortSkuInfo `json:"-"`
SkuList []*ShortSkuInfo `json:"skuList,omitempty"`
Count int `json:"count"`