自动化立体仓库 - WMS系统
zjj
2024-11-14 a22208471156a57fc52f000d4184d6c628ac6496
src/main/java/com/zy/asrs/entity/param/OpenOrderPakinJDParam.java
@@ -51,6 +51,18 @@
            this.owner=owner;
            this.entryId=entryId;
        }
        public DetlDto2(String matnr, String maktx, String batch, String specs, Double anfme, String owner, int entryId, String sourceLocName, String targetLocName) {
            this.matnr = matnr;
            this.maktx = maktx;
            this.batch = batch;
            this.specs = specs;
            this.anfme = anfme;
            this.owner = owner;
            this.entryId = entryId;
            this.sourceLocName = sourceLocName;
            this.targetLocName = targetLocName;
        }
    }
}