1.在线监测详情接口
2.在线监测查询接口调整
This commit is contained in:
@@ -41,6 +41,7 @@ public class DevDetail {
|
||||
private Integer comFlag;
|
||||
|
||||
@ApiModelProperty("定检时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDate nextTimeCheck;
|
||||
|
||||
}
|
||||
|
||||
@@ -50,4 +50,7 @@ public class ReportLineInfoVo implements Serializable {
|
||||
|
||||
@ApiModelProperty("超标天数")
|
||||
private Integer overDays;
|
||||
|
||||
@ApiModelProperty("电网标志(0-电网侧;1-非电网侧)")
|
||||
private Integer powerFlag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user