自动化立体仓库 - WMS系统
#
lfd
昨天 7aa8988e8c034e3323c613bd8e6b9bebb8442ed2
src/main/java/com/zy/common/model/DetlDto.java
@@ -19,6 +19,12 @@
    private String batch;
    private String spec;
    private String model;
    private String unit;
    private String planNo;
    private String qcStatus;
    private Double anfme;
    public DetlDto() {
@@ -46,6 +52,14 @@
        this.batch = batch;
        this.anfme = anfme;
    }
    public DetlDto(String matnr, String batch, Double anfme, String qcStatus,String planNo) {
        this.matnr = matnr;
        this.batch = batch;
        this.anfme = anfme;
        this.qcStatus = qcStatus;
        this.planNo = planNo;
    }
    public static boolean hasList(Set<DetlDto> detlDtos, OrderDetl orderDetl) {
        for (DetlDto dto : detlDtos) {