Ver código fonte

添加ORN_BROADCAST。

tom 3 meses atrás
pai
commit
a7c512571c

+ 5 - 0
ruoyi-sim/src/main/java/com/ruoyi/sim/constant/CommConst.java

@@ -11,6 +11,11 @@ public interface CommConst {
     /**
      * orientation
      */
+    String ORN_BROADCAST = "00";
+
+    /**
+     * orientation
+     */
     String ORN_SEND = "01";
 
     /**