自动化立体仓库 - WMS系统
zjj
2023-06-28 248f0106cb099a5d6c21b9b7bd648cd0b61a3db0
src/main/java/com/zy/common/model/DetlDto.java
@@ -22,6 +22,8 @@
    private int owner;
    private int payment;
    private Double weight;
    public DetlDto() {
@@ -59,6 +61,13 @@
        this.weight = weight;
    }
    public DetlDto(String matnr, String batch, Double anfme,Double weight) {
        this.matnr = matnr;
        this.batch = batch;
        this.anfme = anfme;
        this.weight = weight;
    }
    public static boolean hasList(Set<DetlDto> detlDtos, OrderDetl orderDetl) {
        for (DetlDto dto : detlDtos) {