自动化立体仓库 - WMS系统
13
zhang
16 小时以前 10d7b3239e4baec952b9ee8a3e948399916d336c
src/main/java/com/zy/asrs/service/MobileService.java
@@ -7,9 +7,9 @@
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.List;
import java.util.Map;
public interface MobileService {
@@ -28,17 +28,8 @@
     * 组托
     */
    void comb(CombParam param, Long userId);
    void mergeComb(CombParam param, Long userId);
    /**
     * 上架
     */
    void onSale(CombParam param);
    /**
     * 下架
     */
    void offSale(OffSaleParam param);
    /**
     * 盘点
@@ -53,4 +44,7 @@
                  Double curOutQty, Integer ioType, Long userId, Date now);
    void leftoversOut(Map<String, Object> map, Long userId);
}