自动化立体仓库 - WMS系统
lsh
2025-05-27 07dad0e9ef89346439cfcfb5978b0f1cb8f1b512
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);
}