src/main/java/com/ruoyi/safe/pojo/SafeFacilityInspection.java
@@ -36,6 +36,9 @@ @TableId(value = "id", type = IdType.AUTO) private Integer id; @Schema(description = "定时巡检任务ID") private Long scheduleTaskId; @Schema(description = "巡检编号") private String inspectionCode; @@ -45,6 +48,9 @@ @Schema(description = "巡检类型(定期/临时)") private String inspectionType; @Schema(description = "巡检项目") private String inspectionProject; @Schema(description = "计划巡检时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")