pm配网-监测点数据质量统计bug修改
This commit is contained in:
@@ -34,7 +34,7 @@ public class RStatDevSignalD implements Serializable {
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
private Date updateTime;
|
||||
private String updateTime;
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
||||
|
||||
@@ -41,5 +41,5 @@ public class RStatDevSignalVO {
|
||||
private String port; //端口
|
||||
|
||||
@ApiModelProperty(name = "updateTime", value = "最后通讯时间")
|
||||
private Date updateTime; //最后通讯时间
|
||||
private String updateTime; //最后通讯时间
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user