|
@@ -17,22 +17,27 @@ public class QhseDeviceCertRespVO {
|
|
|
private Long id;
|
|
private Long id;
|
|
|
|
|
|
|
|
@Schema(description = "设备id", requiredMode = Schema.RequiredMode.REQUIRED, example = "9166")
|
|
@Schema(description = "设备id", requiredMode = Schema.RequiredMode.REQUIRED, example = "9166")
|
|
|
- @ExcelProperty("设备id")
|
|
|
|
|
|
|
+// @ExcelProperty("设备id")
|
|
|
private Long deviceId;
|
|
private Long deviceId;
|
|
|
|
|
|
|
|
@Schema(description = "部门id", example = "20873")
|
|
@Schema(description = "部门id", example = "20873")
|
|
|
- @ExcelProperty("部门id")
|
|
|
|
|
|
|
+// @ExcelProperty("部门id")
|
|
|
private Long deptId;
|
|
private Long deptId;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "设备编码", example = "芋艿")
|
|
|
|
|
+ @ExcelProperty("设备编码")
|
|
|
|
|
+ private String deviceCode;
|
|
|
|
|
+
|
|
|
@Schema(description = "设备名称", example = "芋艿")
|
|
@Schema(description = "设备名称", example = "芋艿")
|
|
|
@ExcelProperty("设备名称")
|
|
@ExcelProperty("设备名称")
|
|
|
private String deviceName;
|
|
private String deviceName;
|
|
|
|
|
|
|
|
- @Schema(description = "证书编号", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
|
|
- @ExcelProperty("证书编号")
|
|
|
|
|
|
|
+ @Schema(description = "序列号", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
|
|
+ @ExcelProperty("序列号")
|
|
|
private String certNo;
|
|
private String certNo;
|
|
|
|
|
|
|
|
@Schema(description = "证书类别")
|
|
@Schema(description = "证书类别")
|
|
|
|
|
+ @ExcelProperty("证书类别")
|
|
|
private String certType;
|
|
private String certType;
|
|
|
|
|
|
|
|
@Schema(description = "检测单位", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
@Schema(description = "检测单位", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
@@ -67,6 +72,4 @@ public class QhseDeviceCertRespVO {
|
|
|
@Schema(description = "过期")
|
|
@Schema(description = "过期")
|
|
|
private Boolean expired;
|
|
private Boolean expired;
|
|
|
|
|
|
|
|
- @Schema(description = "设备编码")
|
|
|
|
|
- private String deviceCode;
|
|
|
|
|
}
|
|
}
|