| | |
| | | |
| | | private String batch; |
| | | |
| | | private String spec; |
| | | private String model; |
| | | private String unit; |
| | | private String planNo; |
| | | private String qcStatus; |
| | | |
| | | private Double anfme; |
| | | |
| | | public DetlDto() { |
| | |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | } |
| | | public DetlDto(String matnr, String batch, Double anfme, String qcStatus,String planNo) { |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | this.qcStatus = qcStatus; |
| | | this.planNo = planNo; |
| | | } |
| | | |
| | | |
| | | public static boolean hasList(Set<DetlDto> detlDtos, OrderDetl orderDetl) { |
| | | for (DetlDto dto : detlDtos) { |