|  |  |  | 
|---|
|  |  |  | import com.zy.asrs.common.domain.dto.LocDetlDto; | 
|---|
|  |  |  | import com.zy.asrs.common.domain.dto.TaskDto; | 
|---|
|  |  |  | import com.zy.asrs.common.domain.enums.IoWorkType; | 
|---|
|  |  |  | import com.zy.asrs.common.domain.param.EmptyPlateOutParam; | 
|---|
|  |  |  | import com.zy.asrs.common.domain.param.FullStoreParam; | 
|---|
|  |  |  | import com.zy.asrs.common.domain.param.LocDetlAdjustParam; | 
|---|
|  |  |  | import com.zy.asrs.common.domain.param.StockOutParam; | 
|---|
|  |  |  | 
|---|
|  |  |  | String startupFullPutStore(FullStoreParam param, Long userId, Long hostId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 空板入库 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @return 库位号 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | String emptyPlateIn(Integer sourceStaNo, Long userId, Long hostId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 出库作业 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void startupFullTakeStore(StockOutParam param, Long userId, Long hostId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 空板出库 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void emptyPlateOut(EmptyPlateOutParam param, Long userId, Long hostId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 盘点出库 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void locCheckOut(StockOutParam param, Long userId, Long hostId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 手动完成工作档 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void completeWrkMast(String workNo, Long userId, Long hostId); | 
|---|