自动化立体仓库 - WMS系统
#
18516761980
2021-12-06 7203d67cfa3a2fc1cab9b8985dfd35c1797207b1
src/main/java/com/zy/asrs/service/WorkService.java
@@ -18,16 +18,17 @@
    String startupFullPutStore(FullStoreParam param, Long userId);
    /**
     * 全板出库
     * 出库作业
     */
    void startupFullTakeStore(StockOutParam param, Long userId);
    /**
     * 出库作业
     * @param staNo 目标站点
     * @param locDetls 待出库物料
     * @param locDetls 待出库产品
     * @param ioType 入出库类型
     */
    void stockOut(BasDevp staNo, List<LocDetlDto> locDetls, Long userId);
    void stockOut(BasDevp staNo, List<LocDetlDto> locDetls, Integer ioType, Long userId);
    /**
     * 空板入库
@@ -39,6 +40,11 @@
     * 空板出库
     */
    void emptyPlateOut(EmptyPlateOutParam param, Long userId);
    /**
     * 盘点出库
     */
    void locCheckOut(StockOutParam param, Long userId);
    /**
     * 库位移转
@@ -59,4 +65,9 @@
     * 手动取消工作档
     */
    void cancelWrkMast(String workNo, Long userId);
    /**
     * 手动拣料入库工作档
     */
    void pickWrkMast(String workNo, Long userId);
}