|  |  | 
 |  |  |  | 
 |  |  |     OrderDetl selectItem(String orderNo, String matnr, String batch); | 
 |  |  |  | 
 |  |  |     OrderDetl selectItemNoneOfBatch(String orderNo, String matnr); | 
 |  |  |  | 
 |  |  |     OrderDetl findByLook(List<OrderDetl> orderDetls, Long orderId, String matnr, String batch); | 
 |  |  |  | 
 |  |  |     boolean increaseAnfme(Long orderId, String matnr, String batch, Double qty); | 
 |  |  |  | 
 |  |  |     boolean increase(Long orderId, String matnr, String batch, Double qty); | 
 |  |  |  | 
 |  |  | 
 |  |  |  | 
 |  |  |     boolean modifyStatus(Long orderId, Integer status); | 
 |  |  |  | 
 |  |  |     List<OrderDetl> selectRemainder(Long orderId); | 
 |  |  |  | 
 |  |  |     OrderDetl selectContainBatch(String batch); | 
 |  |  |  | 
 |  |  | } |