@@ -78,4 +78,7 @@ public interface ParameterKey {
//消息队列状态位拦截
String MQINTERCEPT = "mqIntercept";
+ //是否启用AGV
+ String AGVValid = "agvValid";
+
}