| | |
| | | import com.baomidou.mybatisplus.plugins.Page; |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.zy.asrs.entity.OrderDetlPakin; |
| | | import com.zy.asrs.entity.param.OrderDetlByCode; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | boolean increaseWorkQty(Long orderId, String matnr, String batch, String brand, String standby1, String standby2, String standby3 |
| | | , String boxType1, String boxType2, String boxType3, Double workQty); |
| | | |
| | | List<OrderDetlPakin> selectOrderDetls(OrderDetlByCode orderDetlByCode); |
| | | List<OrderDetlPakin> selectOrderDetlsByOrderNo(String orderNo); |
| | | |
| | | } |