自动化立体仓库 - WMS系统
#
18516761980
2021-12-06 7203d67cfa3a2fc1cab9b8985dfd35c1797207b1
src/main/java/com/zy/asrs/entity/MatCodeCountDto.java
@@ -7,7 +7,7 @@
    private String billNo;
    private String seqNo;
    private Integer seqNo;
    private String matNo;
@@ -21,7 +21,7 @@
        this.count = count;
    }
    public MatCodeCountDto(String billNo, String seqNo, String matNo, Double count) {
    public MatCodeCountDto(String billNo, Integer seqNo, String matNo, Double count) {
        this.matNo = matNo;
        this.count = count;
        this.billNo = billNo;
@@ -32,9 +32,9 @@
    public void setBillNo(String billNo) { this.billNo = billNo; }
    public String getSeqNo() { return seqNo; }
    public Integer getSeqNo() { return seqNo; }
    public void setSeqNo(String seqNo) { this.seqNo = seqNo; }
    public void setSeqNo(Integer seqNo) { this.seqNo = seqNo; }
    public String getMatNo() {
        return matNo;