自动化立体仓库 - WMS系统
pang.jiabao
2025-04-27 203e2664c13883f8bb64f638cb1794c0b4480ec2
src/main/java/com/zy/asrs/service/WorkService.java
@@ -2,6 +2,7 @@
import com.zy.asrs.entity.BasDevp;
import com.zy.asrs.entity.WaitPakin;
import com.zy.asrs.entity.WrkMast;
import com.zy.asrs.entity.param.EmptyPlateOutParam;
import com.zy.asrs.entity.param.FullStoreParam;
import com.zy.asrs.entity.param.LocDetlAdjustParam;
@@ -27,6 +28,11 @@
    void startupFullTakeStore(StockOutParam param, Long userId);
    /**
     * 客户转换
     */
    void turnOverOut(EmptyPlateOutParam param, Long userId);
    /**
     * 出库作业
     * @param staNo 目标站点
     * @param locDetls 待出库物料
@@ -46,6 +52,13 @@
     * 空板出库
     */
    void emptyPlateOut(EmptyPlateOutParam param, Long userId);
    /**
     * 自动空板出库
     * @param param
     * @return
     */
    WrkMast emptyPlateOut(EmptyPlateOutParam param);
    /**
     * 盘点出库
@@ -85,6 +98,8 @@
    /**
     * 通知档手动生成任务
     */
    StartupDto dealPreHaveStart(Integer wrkNo, Long userId);
    String dealPreHaveStart(Integer wrkNo, Long userId);
    void turnMatLocDetl(EmptyPlateOutParam param, Long userId);
}