自动化立体仓库 - WMS系统
whycq
2024-05-16 786e52f559698f57a1e91aad2abc16c5453bd140
src/main/java/com/zy/common/model/DetlDto.java
@@ -30,6 +30,9 @@
    //销售订单行号
    private String isoseq;
    // 库位类型: 1、代包装成品,2、原材料,3、箱壳
    private Integer locType;
    public DetlDto() {
    }
@@ -57,6 +60,15 @@
        this.isoseq = isoseq;
        this.containerCode = containerCode;
    }
    public DetlDto(String matnr, String batch, Double anfme, String csocode, String isoseq, String containerCode, Integer locType) {
        this.matnr = matnr;
        this.batch = batch;
        this.anfme = anfme;
        this.csocode = csocode;
        this.isoseq = isoseq;
        this.containerCode = containerCode;
        this.locType = locType;
    }
    public DetlDto(String orderNo, String matnr, String batch, Double anfme, String csocode, String isoseq) {
        this.orderNo = orderNo;