| | |
| | | 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.param.*; |
| | | import com.zy.asrs.entity.result.OpenOrderCompeteResult; |
| | | import com.zy.asrs.entity.result.StockVo; |
| | | |
| | |
| | | */ |
| | | List<StockVo> queryStock(); |
| | | |
| | | // ------------------------------------------ |
| | | |
| | | // 打包上线 |
| | | void packageUp(PackParam param); |
| | | |
| | | /** |
| | | * 同步商品信息 |
| | | * @param param |
| | | */ |
| | | void syncMat(MatSyncParam param); |
| | | |
| | | LabellerMatParam labellerMat(LabellerMatParam param); |
| | | |
| | | void labellerComplete(LabellerCompleteParam param); |
| | | |
| | | void balconyComplete(LabellerMatParam param); |
| | | |
| | | void PalletizingCompleteTwoFloorParam(PalletizingCompleteTwoFloorParam param); |
| | | void palletizingCompleteS(PalletizingCompleteParam param); |
| | | |
| | | void singleUnstackingComplete(SingleUnstackingCompleteParam param); |
| | | |
| | | void singleMountUnstackingComplete(SingleMountUnstackingCompleteParam param); |
| | | |
| | | void cs2(); |
| | | |
| | | } |