| | |
| | | import com.zy.asrs.entity.param.*; |
| | | import com.zy.asrs.entity.result.OpenOrderCompeteResult; |
| | | import com.zy.asrs.entity.result.StockVo; |
| | | import com.zy.asrs.entity.vo.JarMastTableVo; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | void labellerComplete(LabellerCompleteParam param); |
| | | |
| | | void palletizingComplete(PalletizingCompleteParam param); |
| | | void balconyComplete(LabellerMatParam param); |
| | | |
| | | void PalletizingCompleteTwoFloorParam(PalletizingCompleteTwoFloorParam param); |
| | | void palletizingCompleteS(PalletizingCompleteParam param); |
| | | |
| | | void singleUnstackingComplete(SingleUnstackingCompleteParam param); |
| | | |
| | | void singleMountUnstackingComplete(SingleMountUnstackingCompleteParam param); |
| | | |
| | | void cs2(); |
| | | |
| | | void smallContainers(SmallCompleteParam param); |
| | | |
| | | List<JarMastTableVo> getJatIdList(Integer id); |
| | | |
| | | } |