Commit a2c0459d zshaohui

quantity 由int 改成 String

1 个父辈 c04e8917
......@@ -23,7 +23,7 @@ public class DepositMatReqBean{
@JsonProperty("lotNo")
private String lotNo;
@JsonProperty("quantity")
private Integer quantity;
private String quantity;
@JsonProperty("unitOfMeasures")
private String unitOfMeasures;
@JsonProperty("materialType")
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!