自动化立体仓库 - WMS系统
whycq
2024-09-10 bfeba8a69c0234a88eb71a1d2a7bf4b2aa0cd67a
src/main/java/com/zy/asrs/service/MobileService.java
@@ -25,6 +25,11 @@
    void comb2(CombParam param, Long userId);
    /**
     * 组托
     */
    void mergeComb(CombParam param, Long userId);
    /**
     * 校验bom
     */
    R checkBom(CheckBom param, Long userId);
@@ -54,4 +59,6 @@
    R manDetlIn(JSONObject json);
    R manDetlOut(JSONObject json);
    void adjustNew(MobileAdjustParam param, Boolean re, Long userId);
}