自动化立体仓库 - WMS系统
zhang
2025-09-24 21fdb6d630bd74e262e0c5d40f9478cc844eb556
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,17 @@
    /**
     * 组托
     */
    void comb(CombParam param, Long userId);
    void comb(CombParam param, Long userId, String fxId);
    /**
     * 上架
     */
    void onSale(CombParam param);
    /**
     * 下架
     */
    void offSale(OffSaleParam param);
    /**
     * 盘点