|
@@ -24,12 +24,15 @@ public class EventConstants {
|
|
|
/**
|
|
|
* 事件来源
|
|
|
* */
|
|
|
- public static final String REPORTING_SOURCE_1 = "reporting_source_1";// 监控上报
|
|
|
+ public static final String REPORTING_SOURCE_1 = "reporting_source_1";// AI
|
|
|
|
|
|
- public static final String REPORTING_SOURCE_2 = "reporting_source_2";// 传感器上报
|
|
|
+ public static final String REPORTING_SOURCE_2 = "reporting_source_2";// PC
|
|
|
|
|
|
- public static final String REPORTING_SOURCE_3 = "reporting_source_3";// 住建上报
|
|
|
+ public static final String REPORTING_SOURCE_3 = "reporting_source_3";// 手机
|
|
|
|
|
|
+ public static final String REPORTING_SOURCE_4 = "reporting_source_4";// 传感器
|
|
|
+
|
|
|
+ public static final String REPORTING_SOURCE_5 = "reporting_source_5";// 住建上报
|
|
|
|
|
|
/**
|
|
|
* 是否催办
|
|
@@ -81,7 +84,7 @@ public class EventConstants {
|
|
|
|
|
|
public static final String EVENT_LOG_FILE_SOURCE_3 = "event_log_file_source_3";// APP
|
|
|
|
|
|
- public static final String EVENT_LOG_FILE_SOURCE_4 = "event_log_file_source_4";// SENSOR
|
|
|
+ public static final String EVENT_LOG_FILE_SOURCE_4 = "event_log_file_source_4";// 传感器
|
|
|
|
|
|
public static final String EVENT_LOG_FILE_SOURCE_99 = "event_log_file_source_99";// 业务
|
|
|
|