自动化立体仓库 - WMS系统
lsh
2024-06-02 14dfd8520004949924757919f505ed1805f62199
src/main/java/com/zy/asrs/service/AgvWorkService.java
@@ -58,4 +58,9 @@
     */
    void cancelWrkMast(String workNo, Long userId, Integer type);
    /**
     * 切换调拨类型
     */
    void changeType(String workNo, Long userId);
}