自动化立体仓库 - WMS系统
#
zjj
2024-10-20 d1b031c864041c0c75e433bcd839aa9493f506bb
src/main/java/com/zy/asrs/service/MobileService.java
@@ -6,8 +6,10 @@
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;
import java.util.Map;
public interface MobileService {
@@ -15,6 +17,16 @@
     * 组托
     */
    void comb(CombParam param, Long userId);
    /**
     * 上架
     */
    void onSale(CombParam param);
    /**
     * 下架
     */
    void offSale(OffSaleParam param);
    /**
     * 盘点
@@ -27,4 +39,6 @@
    void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl,
                  Double curOutQty, Integer ioType, Long userId, Date now);
    void leftoversOut(Map<String, Object> map, Long userId);
}