冀北电能质量问题流程修改

This commit is contained in:
hzj
2024-10-31 10:33:34 +08:00
parent 7a877045c9
commit 4e8a26b1fb
6 changed files with 9 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ public class SupervisionTempLineDebugVO extends BaseEntity {
@ApiModelProperty(value = "处理成效报告")
private String reportPath;
private String reformAdvice;
public void setTestRunReport(String testRunReport) {
if (StrUtil.isNotBlank(testRunReport)) {
this.testRunReport = "/" + testRunReport;

View File

@@ -64,6 +64,7 @@ public class SupervisionUserComplaintVO {
@ApiModelProperty(value = "处理成效报告")
private String reportPath;
private String reformAdvice;
}

View File

@@ -157,5 +157,6 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
@ApiModelProperty(value = "处理成效报告")
private String reportPath;
private String reformAdvice;
}