冀北电能质量问题流程修改
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -64,6 +64,7 @@ public class SupervisionUserComplaintVO {
|
||||
|
||||
@ApiModelProperty(value = "处理成效报告")
|
||||
private String reportPath;
|
||||
private String reformAdvice;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -157,5 +157,6 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
|
||||
|
||||
@ApiModelProperty(value = "处理成效报告")
|
||||
private String reportPath;
|
||||
private String reformAdvice;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user