1.添加终端周期检测功能

This commit is contained in:
2026-07-08 09:21:30 +08:00
parent 29ca1e4a5f
commit f594915363
13 changed files with 211 additions and 39 deletions

View File

@@ -132,6 +132,18 @@ public class UserReportParam {
@ApiModelProperty(value = "额定容量")
private Double ratePower;
@ApiModelProperty(value = "检测报告")
private String checkUrl;
@ApiModelProperty(value = "历史检测报告")
private String checkHistoryUrl;
@ApiModelProperty(value = "评估报告")
private String assessUrl;
@ApiModelProperty(value = "其他附件")
private String otherUrl;
/**
* 预测评估结论
*/

View File

@@ -117,6 +117,18 @@ public class UserReportVO {
@ApiModelProperty(value = "纬度")
private BigDecimal latitude;
@ApiModelProperty(value = "检测报告")
private String checkUrl;
@ApiModelProperty(value = "历史检测报告")
private String checkHistoryUrl;
@ApiModelProperty(value = "评估报告")
private String assessUrl;
@ApiModelProperty(value = "其他附件")
private String otherUrl;
/**
* 电压等级
*/