技术监督测试管理新增报告上传、审核报告查看
This commit is contained in:
@@ -58,6 +58,12 @@ public class SurveyTestParam implements Serializable {
|
||||
@ApiModelProperty(value = "测试报告")
|
||||
private String testReport;
|
||||
|
||||
/**
|
||||
* 技术监督报告
|
||||
*/
|
||||
@ApiModelProperty(value = "技术监督报告")
|
||||
private String supervisionReport;
|
||||
|
||||
/**
|
||||
* 是否有问题 0 没有问题 1 有问题
|
||||
*/
|
||||
|
||||
@@ -67,6 +67,11 @@ public class SurveyTest extends BaseEntity implements Serializable {
|
||||
*/
|
||||
private String testReport;
|
||||
|
||||
/**
|
||||
* 技术监督报告
|
||||
*/
|
||||
private String supervisionReport;
|
||||
|
||||
/**
|
||||
* 是否有问题 0 没有问题 1 有问题
|
||||
*/
|
||||
|
||||
@@ -120,4 +120,7 @@ public class WarningLeafletVO extends BaseEntity implements Serializable{
|
||||
|
||||
@ApiModelProperty("预告警单下载路径")
|
||||
private String filePath;
|
||||
|
||||
@ApiModelProperty("技术监督报告")
|
||||
private String supervisionReport;
|
||||
}
|
||||
|
||||
@@ -93,6 +93,11 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
|
||||
*/
|
||||
private String testReport;
|
||||
|
||||
/**
|
||||
* 技术监督报告
|
||||
*/
|
||||
private String supervisionReport;
|
||||
|
||||
/**
|
||||
* 是否有问题 0 没有问题 1 有问题
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user