+weimobapi.OrderDetail.GoodsCode
This commit is contained in:
@@ -94,6 +94,7 @@ type OrderDetail struct {
|
|||||||
CostPrice float64 `json:"costPrice"`
|
CostPrice float64 `json:"costPrice"`
|
||||||
GoodsDiscountInfo struct {
|
GoodsDiscountInfo struct {
|
||||||
} `json:"goodsDiscountInfo"`
|
} `json:"goodsDiscountInfo"`
|
||||||
|
GoodsCode string `json:"goodsCode"`
|
||||||
GoodsID int64 `json:"goodsId"`
|
GoodsID int64 `json:"goodsId"`
|
||||||
GoodsSellMode int `json:"goodsSellMode"`
|
GoodsSellMode int `json:"goodsSellMode"`
|
||||||
GoodsSourceType int `json:"goodsSourceType"`
|
GoodsSourceType int `json:"goodsSourceType"`
|
||||||
|
|||||||
Reference in New Issue
Block a user