1.添加终端周期检测功能
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 预测评估结论
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
/**
|
||||
* 电压等级
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user