src/main/java/com/zy/common/model/LocDto.java
@@ -23,6 +23,8 @@ private Double anfme; private Double weight; private boolean lack = false; private List<Integer> staNos; @@ -95,6 +97,17 @@ this.anfme = anfme; } public LocDto(String locNo, String matnr, String maktx, String batch, String orderNo, Double anfme,Integer processSts) { this.locNo = locNo; this.matnr = matnr; this.maktx = maktx; this.batch = batch; this.orderNo = orderNo; this.anfme = anfme; this.processSts = processSts; } public String getTitle() { return this.matnr + "(" + this.maktx + ")"; }