浏览代码

添加属性

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
      */