| | |
| | | private Double actulQty; |
| | | private Integer danger; |
| | | private Integer quality; |
| | | private String batchNum; |
| | | private String code; |
| | | private String productionCode; |
| | | |
| | | public DetlDto() { |
| | | } |
| | |
| | | } |
| | | return null; |
| | | } |
| | | public static DetlDto find(List<DetlDto> detlDtos, String matnr, String batch,String threeCode) { |
| | | |
| | | public static DetlDto find(List<DetlDto> detlDtos, String matnr, String batch, String threeCode) { |
| | | if (Cools.isEmpty(matnr)) { |
| | | return null; |
| | | } |
| | | if (Cools.isEmpty(threeCode)){ |
| | | if (Cools.isEmpty(threeCode)) { |
| | | return null; |
| | | } |
| | | for (DetlDto detlDto : detlDtos) { |