| | |
| | | import com.zy.asrs.entity.BasDevp; |
| | | import com.zy.asrs.entity.WaitPakin; |
| | | import com.zy.asrs.entity.WrkMast; |
| | | import com.zy.asrs.entity.param.EmptyPlateOutParam; |
| | | import com.zy.asrs.entity.param.FullStoreParam; |
| | | import com.zy.asrs.entity.param.LocDetlAdjustParam; |
| | | import com.zy.asrs.entity.param.StockOutParam; |
| | | import com.zy.asrs.entity.param.*; |
| | | import com.zy.common.model.LocDetlDto; |
| | | import com.zy.common.model.StartupDto; |
| | | import com.zy.common.model.TaskDto; |
| | |
| | | void locCheckOut(StockOutParam param, Long userId); |
| | | |
| | | /** |
| | | * 并板出库 |
| | | */ |
| | | void locMergeOut(StockOutParam param, Long userId); |
| | | |
| | | |
| | | /** |
| | | * 库位移转 |
| | | */ |
| | | void locMove(String sourceLocNo, String locNo, Long userId); |
| | | |
| | | /** |
| | | * 补料出库 |
| | | */ |
| | | void locCombOut(ReplenishmentParam param, Long userId); |
| | | |
| | | /** |
| | | * 手动完成工作档 |
| | | */ |
| | | void completeWrkMast(String workNo, Long userId); |