src/main/java/com/ruoyi/inspectiontask/pojo/TimingTask.java
@@ -33,6 +33,10 @@ @Excel(name = "巡检任务名称") private String taskName; @Schema(description = "巡检项目") @Excel(name = "巡检项目") private String inspectionProject; @Schema(description = "设备id") private Integer taskId; @@ -60,6 +64,10 @@ @Schema(description = "是否激活") private boolean isActive; @Schema(description = "是否启用 0否 1是") @Excel(name = "是否启用", readConverterExp = "0=否,1=是") private Integer isEnabled; @Schema(description = "备注") @Excel(name = "备注") private String remarks;