Commit 91455935 by wutong

修复SKUMS接口同步数据编码混淆问题.

parent 5f9416f4
......@@ -22,13 +22,13 @@ public class SkuInfo {
/// <summary>
/// 内部商品编码
/// </summary>
@JSONField(name = "productCode")
@JSONField(name = "skuCode")
public String productInnerCode;
/// <summary>
/// 内部产品编码
/// </summary>
@JSONField(name = "skuCode")
@JSONField(name = "productCode")
public String bailunInnerSku;
/// <summary>
......
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