Commit f3f6cbd0 by liyanlin

fix

parent e629dfad
...@@ -37,7 +37,8 @@ public class SupofferLogResp { ...@@ -37,7 +37,8 @@ public class SupofferLogResp {
private BigDecimal price; private BigDecimal price;
private String sku; @JsonProperty("sku")
private String skuCode;
@JsonProperty("sku_name") @JsonProperty("sku_name")
private String skuName; private String skuName;
......
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 to comment