Commit 22792f28 by 杨树贤

fix

parent c51d5e82
Showing with 1 additions and 1 deletions
...@@ -97,7 +97,7 @@ type LySku struct { ...@@ -97,7 +97,7 @@ type LySku struct {
CompareRatio float64 `json:"compare_ratio"` CompareRatio float64 `json:"compare_ratio"`
//兼容自营下单的字段,取成本价的第一个阶梯的人民币 //兼容自营下单的字段,取成本价的第一个阶梯的人民币
Cost float64 `json:"cost"` Cost float64 `json:"cost"`
CostNoTax float64 `json:"cost_no_tax` CostNoTax float64 `json:"cost_no_tax"`
} }
type DiscountRatio struct { type DiscountRatio struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment