Commit 8e008808 authored by zhangsen's avatar zhangsen

预警监测bug修改

parent a96d4f76
......@@ -34,4 +34,5 @@ public class PvHealthIndexDay {
private String pointName;
private String analysisTime;
private String kks;
private String value;
}
......@@ -34,5 +34,6 @@ public class PvHealthIndexHour {
private String pointName;
private String analysisTime;
private String kks;
private String value;
}
......@@ -34,5 +34,6 @@ public class PvHealthIndexMoment {
private String pointName;
private String analysisTime;
private String kks;
private String value;
}
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