model/response/salesDetails.go @@ -24,7 +24,7 @@ } type ProductInfo struct { Id string `json:"id"` Number string `json:"number"` Name string `json:"name"` OrderAmount string `json:"orderAmount"` //订单数量 Unit string `json:"unit"`