1.技术监督试运行bug修改
2.审核不通过展示表单信息和审核信息
This commit is contained in:
@@ -89,6 +89,9 @@ public class SupervisionTempLineRunTestVO extends BaseEntity{
|
||||
private String powerSubstationName;
|
||||
private String reason;
|
||||
|
||||
@ApiModelProperty(value = "监测点填报单位")
|
||||
private String orgId;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,6 +16,7 @@ import lombok.EqualsAndHashCode;
|
||||
|
||||
import java.time.LocalDate;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -174,4 +175,15 @@ public class UserReportVO {
|
||||
|
||||
private String userReportId;
|
||||
}
|
||||
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public static class UserReportListVO extends UserReportVO{
|
||||
|
||||
@ApiModelProperty(value = "入网评估报告")
|
||||
private List<String> netInReport;
|
||||
|
||||
@ApiModelProperty(value = "治理评估告")
|
||||
private List<String> governReport;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user