自动化立体仓库 - WMS系统
18516761980
2022-06-27 ac029f548eb84380abde421908325ae6390a94a4
src/main/java/com/zy/asrs/service/MobileService.java
@@ -1,8 +1,13 @@
package com.zy.asrs.service;
import com.alibaba.fastjson.JSONObject;
import com.zy.asrs.entity.BasDevp;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.OrderDetl;
import com.zy.asrs.entity.param.CombParam;
import com.zy.asrs.entity.param.MobileAdjustParam;
import java.util.Date;
public interface MobileService {
@@ -19,4 +24,7 @@
    void packComb(CombParam param, Long userId);
    void pakoutByOrder(JSONObject param, Long userId);
    void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl,
                  Double curOutQty, Integer ioType, Long userId, Date now);
}