- OrderSkuExt.FullSkuName

This commit is contained in:
gazebo
2019-01-10 10:52:48 +08:00
parent 78c83090a7
commit d0e6de4e12
2 changed files with 16 additions and 10 deletions

View File

@@ -25,7 +25,8 @@ type GoodsOrderExt struct {
type OrderSkuExt struct {
OrderSku
Image string `json:"image"`
FullSkuName string `json:"fullSkuName"`
Image string `json:"image"`
}
type GoodsOrderCountInfo struct {