| | |
| | | @ExcelProperty("备注") |
| | | private String remark; |
| | | |
| | | // ========== 报告表头与签字 ========== |
| | | |
| | | @Schema(description = "采样地点", example = "罐区") |
| | | private String samplingLocation; |
| | | |
| | | @Schema(description = "证书编号/合格证号", example = "V0028") |
| | | private String certificateNo; |
| | | |
| | | @Schema(description = "执行标准", example = "GB/T6027") |
| | | private String executeStandard; |
| | | |
| | | @Schema(description = "复核人用户编号", example = "1") |
| | | private Long auditUserId; |
| | | |
| | | @Schema(description = "复核人昵称", example = "李四") |
| | | private String auditNickname; |
| | | |
| | | @Schema(description = "审核人用户编号", example = "1") |
| | | private Long approveUserId; |
| | | |
| | | @Schema(description = "审核人昵称", example = "王五") |
| | | private String approveNickname; |
| | | |
| | | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) |
| | | @ExcelProperty("创建时间") |
| | | private LocalDateTime createTime; |