自动化立体仓库 - WMS系统
#
tqs
2024-05-31 24e339a7b97c235f4a5bb8420521433d9438bf31
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);
}