自动化立体仓库 - WMS系统
lty
2025-04-24 c27d3ae9d5130a230e1dcb59abd4e8851dceb9d6
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;
@@ -48,6 +49,13 @@
    void emptyPlateOut(EmptyPlateOutParam param, Long userId);
    /**
     * 自动空板出库
     * @param param
     * @return
     */
    public WrkMast emptyPlateOut(EmptyPlateOutParam param);
    /**
     * 盘点出库
     */
    void locCheckOut(StockOutParam param, Long userId);
@@ -87,4 +95,6 @@
     */
    String dealPreHaveStart(Integer wrkNo, Long userId);
    void turnMatLocDetl(EmptyPlateOutParam param, Long userId);
}