src/main/java/com/ruoyi/device/pojo/MaintenanceTask.java
@@ -44,6 +44,10 @@ @Schema(description = "设备id") private Long taskId; @Schema(description = "保养人") @Excel(name = "保养人") private String maintenancePerson; @Schema(description = "频次") @Excel(name = "频次") private String frequencyType; @@ -65,6 +69,12 @@ @Excel(name = "备注") private String remarks; @Schema(description = "保养类型") private String maintenanceType; @Schema(description = "执行人ID") private Long executorId; @Schema(description = "录入人id") private Long registrantId;