自动化立体仓库 - WMS系统
#
lty
2025-07-02 2491b3de585078e052a0357a4ae7f3c7ae952d28
src/main/java/com/zy/asrs/service/MobileService.java
@@ -47,6 +47,21 @@
    void comb(CombParam param, Long userId);
    /**
     * 齐套入库查询
     */
    R kittingQuery(CombParam combParam, Long userId);
    /**
     * 齐套入库呼叫
     */
    void kittingCall(String locNo, Long userId);
    /**
     * 在库标记修改
     */
    R locOriginInOut(LocDetl param,  Long userId);
    /**
     * 上架
     */
    void onSale(CombParam param);