|
@@ -155,8 +155,7 @@ public class BoilerTaskOrderItemReportSaveReqVO {
|
|
|
@Schema(description = "出具报告url", example = "https://www.iocoder.cn")
|
|
@Schema(description = "出具报告url", example = "https://www.iocoder.cn")
|
|
|
private String issueUrl;
|
|
private String issueUrl;
|
|
|
|
|
|
|
|
- @Schema(description = "是否上报(0=否,1=是)", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
|
|
- @NotNull(message = "是否上报(0=否,1=是)不能为空")
|
|
|
|
|
|
|
+ @Schema(description = "是否上报(0=否,1=是)")
|
|
|
private Boolean isReported;
|
|
private Boolean isReported;
|
|
|
|
|
|
|
|
@Schema(description = "未知", example = "1852")
|
|
@Schema(description = "未知", example = "1852")
|
|
@@ -177,8 +176,7 @@ public class BoilerTaskOrderItemReportSaveReqVO {
|
|
|
@Schema(description = "整改视频")
|
|
@Schema(description = "整改视频")
|
|
|
private String rectificationVideo;
|
|
private String rectificationVideo;
|
|
|
|
|
|
|
|
- @Schema(description = "整改状态 (0=待确认,1=待整改,2=已提交,3=材料有误,4=整改通过)", requiredMode = Schema.RequiredMode.REQUIRED, example = "2")
|
|
|
|
|
- @NotNull(message = "整改状态 (0=待确认,1=待整改,2=已提交,3=材料有误,4=整改通过)不能为空")
|
|
|
|
|
|
|
+ @Schema(description = "整改状态 (0=待确认,1=待整改,2=已提交,3=材料有误,4=整改通过)")
|
|
|
private Integer rectificationStatus;
|
|
private Integer rectificationStatus;
|
|
|
|
|
|
|
|
@Schema(description = "签名url", example = "https://www.iocoder.cn")
|
|
@Schema(description = "签名url", example = "https://www.iocoder.cn")
|
|
@@ -205,8 +203,7 @@ public class BoilerTaskOrderItemReportSaveReqVO {
|
|
|
@Schema(description = "是否手动上传")
|
|
@Schema(description = "是否手动上传")
|
|
|
private Boolean isManual;
|
|
private Boolean isManual;
|
|
|
|
|
|
|
|
- @Schema(description = "是否办结上报(0=否,1=是)", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
|
|
- @NotNull(message = "是否办结上报(0=否,1=是)不能为空")
|
|
|
|
|
|
|
+ @Schema(description = "是否办结上报(0=否,1=是)")
|
|
|
private Boolean isCloseReported;
|
|
private Boolean isCloseReported;
|
|
|
|
|
|
|
|
@Schema(description = "意见通知书url", example = "https://www.iocoder.cn")
|
|
@Schema(description = "意见通知书url", example = "https://www.iocoder.cn")
|