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) {