Commit a1299823 authored by zhangsen's avatar zhangsen

预警监测bug修改

parent 8e008808
......@@ -35,4 +35,5 @@ public class PvHealthIndexDay {
private String analysisTime;
private String kks;
private String value;
private String status;
}
......@@ -35,5 +35,6 @@ public class PvHealthIndexHour {
private String analysisTime;
private String kks;
private String value;
private String status;
}
......@@ -35,5 +35,6 @@ public class PvHealthIndexMoment {
private String analysisTime;
private String kks;
private String value;
private String status;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment