| | |
| | | |
| | | private String matnr; |
| | | |
| | | private String remark; |
| | | |
| | | |
| | | private String batch = ""; |
| | | private String brand = ""; |
| | | private String standby1 = ""; |
| | |
| | | private String boxType3 = ""; |
| | | |
| | | private Double anfme; |
| | | |
| | | private Double weight; |
| | | |
| | | |
| | | |
| | | public DetlDto() { |
| | | } |
| | |
| | | && Cools.eq(dto.getStandby2(), detlDto.getStandby2()) && Cools.eq(dto.getStandby3(), detlDto.getStandby3()) |
| | | && Cools.eq(dto.getBoxType1(), detlDto.getBoxType1()) && Cools.eq(dto.getBoxType2(), detlDto.getBoxType2()) |
| | | && Cools.eq(dto.getBoxType3(), detlDto.getBoxType3())) { |
| | | return true; |
| | | if (dto.getOrderNo().equals(detlDto.getOrderNo())){ |
| | | return true; |
| | | } |
| | | } |
| | | } |
| | | return false; |