自动化立体仓库 - WMS系统
tqs
2024-05-31 7074c73ea7e429a15c39dce8329f22961e8e2e3e
src/main/java/com/zy/asrs/entity/param/AgvMobileStartParam.java
@@ -14,9 +14,9 @@
        private String devNo;
        //任务类型
        private int type;
        //容器码
        //货架码
        private String containerCode;
        //容器类型
        //货架类型
        private Short containerType;
    }