pm配网-监测点数据质量统计bug修改

This commit is contained in:
wurui
2023-03-02 16:24:44 +08:00
parent f3e0531738
commit d9d47271a8
8 changed files with 385 additions and 337 deletions

View File

@@ -34,7 +34,7 @@ public class RStatDevSignalD implements Serializable {
/**
* 更新时间
*/
private Date updateTime;
private String updateTime;
private static final long serialVersionUID = 1L;
}

View File

@@ -41,5 +41,5 @@ public class RStatDevSignalVO {
private String port; //端口
@ApiModelProperty(name = "updateTime", value = "最后通讯时间")
private Date updateTime; //最后通讯时间
private String updateTime; //最后通讯时间
}