| | |
| | | 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; |
| | |
| | | */ |
| | | String startupFullPutStore(FullStoreParam param, Long userId); |
| | | |
| | | // /** |
| | | // * 出库作业 |
| | | // */ |
| | | // void startupFullTakeStore(StockOutParam param, Long userId); |
| | | |
| | | /** |
| | | * 出库作业 |
| | | */ |
| | | void startupFullTakeStore(StockOutParam param, Long userId); |
| | | void startupFullTakeStore(StockOutFloorParam param, Long userId); |
| | | |
| | | |
| | | /** |
| | | * 出库作业 |
| | |
| | | */ |
| | | public WrkMast emptyPlateOut(EmptyPlateOutParam param); |
| | | |
| | | // /** |
| | | // * 盘点出库 |
| | | // */ |
| | | // void locCheckOut(StockOutParam param, Long userId); |
| | | |
| | | /** |
| | | * 盘点出库 |
| | | */ |
| | | void locCheckOut(StockOutParam param, Long userId); |
| | | void locCheckOut(StockOutFloorParam param, Long userId); |
| | | |
| | | /** |
| | | * 库位移转 |