自动化立体仓库 - WMS系统
lty
2025-12-13 c6e32e5da5d30ce2f74f0e32c3290d421c0951f2
src/main/java/com/zy/common/model/DetlDto.java
@@ -34,6 +34,7 @@
    private String boxType3 = "1";
    private Double anfme;
    private Double erpAnfme;
    public DetlDto() {
    }
@@ -63,6 +64,7 @@
        this.boxType3 = boxType3;
    }
    public DetlDto(String matnr, String batch, String brand, String standby1, String standby2, String standby3, String boxType1, String boxType2, String boxType3, Double anfme) {
        this.matnr = matnr;
        this.batch = batch;