自动化立体仓库 - WMS系统
#
lty
2025-05-22 87ecfa6d8c5a730b8f45feff61b8bf71ec1ad431
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);
}