Commit a5c5815f by wutong

修复同步FBA库存字段颠倒的问题

parent 60c12d31
...@@ -23,9 +23,9 @@ public class FbaStockInfo { ...@@ -23,9 +23,9 @@ public class FbaStockInfo {
private String warehouseCode; private String warehouseCode;
@JSONField(name = "asin") @JSONField(name = "asin")
private String asin; private String asin;
@JSONField(name = "stockQuantity")
private Integer usableStock;
@JSONField(name = "totalQuantity") @JSONField(name = "totalQuantity")
private Integer usableStock;
@JSONField(name = "stockQuantity")
private Integer inWarehouse; private Integer inWarehouse;
} }
\ No newline at end of file
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