自动化立体仓库 - WMS系统
#
lfd
2026-03-26 b6d3c06279e077459159fcb88d737cd6e1f99037
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,13 @@
        this.batch = batch;
        this.anfme = anfme;
    }
    public DetlDto(String matnr, String batch, Double anfme, String qcStatus) {
        this.matnr = matnr;
        this.batch = batch;
        this.anfme = anfme;
        this.qcStatus = qcStatus;
    }
    public static boolean hasList(Set<DetlDto> detlDtos, OrderDetl orderDetl) {
        for (DetlDto dto : detlDtos) {