| | |
| | | package com.zy.asrs.service; |
| | | |
| | | import com.zy.asrs.entity.param.OpenOrderCompleteParam; |
| | | import com.zy.asrs.entity.param.OpenOrderPakinParam; |
| | | import com.zy.asrs.entity.param.OpenOrderPakoutParam; |
| | | import com.zy.asrs.entity.TestMast; |
| | | import com.zy.asrs.entity.param.*; |
| | | import com.zy.asrs.entity.result.OpenOrderCompeteResult; |
| | | import com.zy.asrs.entity.result.StockVo; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | List<StockVo> queryStock(); |
| | | |
| | | // ------------------------------------------ |
| | | |
| | | // 打包上线 |
| | | void packageUp(PackParam param); |
| | | |
| | | /** |
| | | * 同步商品信息 |
| | | * @param param |
| | | */ |
| | | void syncMat(MatSyncParam param); |
| | | |
| | | /** |
| | | * 添加入库通知档 |
| | | */ |
| | | void combPACK(CombParam param); |
| | | |
| | | /** |
| | | * pda测试复核调用接口 |
| | | */ |
| | | TestMast infoReview(Review review); |
| | | /** |
| | | * pda测试完成 |
| | | */ |
| | | Boolean testFinish(Review review); |
| | | /** |
| | | * pda测试NG(失败) |
| | | */ |
| | | Boolean testNG(Review review); |
| | | /** |
| | | * 出库通知单 |
| | | */ |
| | | void combPackOut(CombParam param); |
| | | |
| | | } |