hanqingsong 2 年 前
コミット
2960d7a0dd
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      src/main/java/com/unissoft/common/MyConstant.java

+ 2 - 0
src/main/java/com/unissoft/common/MyConstant.java

@@ -40,6 +40,8 @@ public class MyConstant {
40 40
     public static final String REDIS_ALARM_RECORD = "REDIS_ALARM_RECORD";
41 41
     // 异常闯入hashCode
42 42
     public static final String INTRUSION_ALARM_IP = "INTRUSION_ALARM_IP";
43
+    // ICC通道号
44
+    public static final String ICC_CHANNEL_CODE = "ICC_CHANNEL_CODE";
43 45
     /*
44 46
      * TODO 测温指令,模拟测试
45 47
      */