Ver código fonte

报警推送假数据修改

gao.qiang 1 ano atrás
pai
commit
add27b7da4

+ 6 - 2
business-service/src/main/java/com/ozs/entity/MonitorSystem.java

@@ -112,6 +112,10 @@ public class MonitorSystem extends BaseEntity implements Serializable {
      * 未报警总数
      */
     @TableField(exist = false)
-    private  Integer failureToReport
-            ;
+    private  Integer failureToReport;
+
+    /**
+     * 来源
+     */
+    private String source;
 }