+weimobapi.OrderDetail.GoodsCode

This commit is contained in:
gazebo
2019-11-08 13:45:13 +08:00
parent dfd320e9d8
commit 354bbd2049

View File

@@ -94,6 +94,7 @@ type OrderDetail struct {
CostPrice float64 `json:"costPrice"`
GoodsDiscountInfo struct {
} `json:"goodsDiscountInfo"`
GoodsCode string `json:"goodsCode"`
GoodsID int64 `json:"goodsId"`
GoodsSellMode int `json:"goodsSellMode"`
GoodsSourceType int `json:"goodsSourceType"`