| | |
| | | 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; |
| | |
| | | void startupFullTakeStore(StockOutParam param, Long userId, Long hostId); |
| | | |
| | | /** |
| | | * 空板出库 |
| | | */ |
| | | void emptyPlateOut(EmptyPlateOutParam param, Long userId, Long hostId); |
| | | |
| | | /** |
| | | * 手动完成工作档 |
| | | */ |
| | | void completeWrkMast(String workNo, Long userId, Long hostId); |