自动化立体仓库 - WMS系统
zwl
2026-01-15 2b80cfa1ea7b8f177cc53e1ed3299e4db3ecac1d
src/main/java/com/zy/asrs/service/MobileService.java
@@ -6,6 +6,7 @@
import com.zy.asrs.entity.OrderDetl;
import com.zy.asrs.entity.param.CombParam;
import com.zy.asrs.entity.param.MobileAdjustParam;
import com.zy.asrs.entity.param.OffSaleParam;
import java.util.Date;
@@ -14,7 +15,7 @@
    /**
     * 组托
     */
    void comb(CombParam param, Long userId);
    void comb(CombParam param, Long userId, String fxId);
    /**
     * 上架
@@ -22,6 +23,11 @@
    void onSale(CombParam param);
    /**
     * 下架
     */
    void offSale(OffSaleParam param);
    /**
     * 盘点
     */
    void adjust(MobileAdjustParam param, Long userId);