自动化立体仓库 - WMS系统
luxiaotao1123
2022-04-02 c61be765fe40fce1a57471a8fc8b93932c0a970c
src/main/java/com/zy/asrs/service/WorkService.java
@@ -6,6 +6,8 @@
import com.zy.asrs.entity.param.LocDetlAdjustParam;
import com.zy.asrs.entity.param.StockOutParam;
import com.zy.common.model.LocDetlDto;
import com.zy.common.model.LocDto;
import com.zy.common.model.TaskDto;
import java.util.List;
@@ -29,6 +31,8 @@
     * @param ioType 入出库类型
     */
    void stockOut(BasDevp staNo, List<LocDetlDto> locDetls, Integer ioType, Long userId);
    void stockOut(BasDevp staNo, TaskDto taskDto, Long userId);
    /**
     * 空板入库
@@ -65,4 +69,9 @@
     * 手动取消工作档
     */
    void cancelWrkMast(String workNo, Long userId);
    /**
     * 手动拣料入库工作档
     */
    void pickWrkMast(String workNo, Long userId);
}