自动化立体仓库 - WMS系统
zwl
2 天以前 757f103f37d83dfb55bb49b3df0b805cb520d4f7
src/main/java/com/zy/asrs/service/WorkService.java
@@ -45,7 +45,7 @@
    /**
     * 空板出库
     */
    void emptyPlateOut(EmptyPlateOutParam param, Long userId);
    void emptyPlateOut(String agvSourceSite,EmptyPlateOutParam param, Long userId);
    /**
     * 盘点出库
@@ -85,6 +85,6 @@
    /**
     * 通知档手动生成任务
     */
    StartupDto dealPreHaveStart(Integer wrkNo, Long userId);
    String dealPreHaveStart(Integer wrkNo, Long userId);
}