|
|
@ -109,7 +109,7 @@ type ReplyFindByAfsOrderInfo struct {
|
|
|
|
Result string `json:"result"` // 处理结果
|
|
|
|
Result string `json:"result"` // 处理结果
|
|
|
|
SkuName string `json:"skuName"` // 商品名称
|
|
|
|
SkuName string `json:"skuName"` // 商品名称
|
|
|
|
SkuId uint `json:"skuId"` // 供应商编码
|
|
|
|
SkuId uint `json:"skuId"` // 供应商编码
|
|
|
|
Price decimal.Decimal `json:"price"` // 商品单价
|
|
|
|
SupplyPrice decimal.Decimal `json:"price"` // 商品单价
|
|
|
|
Quantity uint `json:"quantity"` // 售后数量
|
|
|
|
Quantity uint `json:"quantity"` // 售后数量
|
|
|
|
UpcCode string `json:"upcCode"` // 商品条码
|
|
|
|
UpcCode string `json:"upcCode"` // 商品条码
|
|
|
|
}
|
|
|
|
}
|
|
|
|