chen.lin
2026-01-28 01175f85df1e8402ada5a30aacfeb18fa621e95e
src/main/java/com/zy/asrs/service/WorkService.java
@@ -19,13 +19,15 @@
     */
    void startupFullTakeStore(StockOutParam param, Long userId);
    void startupFullTakeStoreToP(StockOutParam param, Long userId);
    /**
     * 出库作业
     * @param staNo 目标站点
     * @param locDetls 待出库物料
     * @param ioType 入出库类型
     */
    void stockOut(BasDevp staNo, List<LocDetlDto> locDetls, Integer ioType, Long userId);
    void stockOut(BasDevp staNo, List<LocDetlDto> locDetls, Integer ioType, Long userId, Integer agvSite);
    /**
     * 空板入库