自动化立体仓库 - WMS系统
#
LSH
2023-12-28 901dfbf8d57ffb54f9154e6d7db6899b9b4dcc92
src/main/java/com/zy/common/model/DetlDto.java
@@ -29,6 +29,10 @@
    private Double weight;
    private String sourceLocName;//源仓库
    private String targetLocName;//目标仓库
    public DetlDto() {
    }
@@ -37,7 +41,7 @@
        this.batch=detlDto2.getBatch();
        this.anfme=detlDto2.getAnfme();
        this.ownerName=detlDto2.getOwner();
        this.beBatch=detlDto2.getBeBatch();
        this.beBatch=detlDto2.getEntryId();
        this.payment=0;
    }