|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | import com.zy.asrs.entity.vo.JarMastTableVo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | // ------------------------------------------ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 打包上线 | 
|---|
|  |  |  | void packageUp(String barcode); | 
|---|
|  |  |  | 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(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void smallContainers(SmallCompleteParam param); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<JarMastTableVo> getJatIdList(Integer id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|