自动化立体仓库 - WMS系统
#
zc
2024-11-01 a4699af3282d7abe89f9a9be40e8742fdd3b12b3
src/main/java/com/zy/asrs/service/WorkService.java
@@ -38,6 +38,12 @@
    void stockOut(BasDevp staNo, TaskDto taskDto, Long userId);
    /**
     * mes调用出库
     * @param endLocation 地码
     */
    void stockOut(BasDevp staNo, TaskDto taskDto, Long userId,String endLocation);
    /**
     * 空板入库
     * @return 库位号
     */
@@ -95,4 +101,6 @@
     */
    String dealPreHaveStart(Integer wrkNo, Long userId);
    void turnMatLocDetl(EmptyPlateOutParam param, Long userId);
}