src/main/java/com/zy/asrs/entity/param/CombParam.java
@@ -23,8 +23,11 @@ // 产品数量 private Double count; //批号 private String supplier; //来源 private Integer source; private String memo; @@ -36,6 +39,14 @@ this.seqNo = seqNo; } public Integer getSource() { return source; } public void setSource(Integer source) { this.source = source; } public String getMatNo() { return matNo; }