src/main/java/com/ruoyi/device/pojo/MaintenanceTask.java
@@ -28,6 +28,9 @@ @Schema(description = "规格型号") private String deviceModel; @Schema(description = "设备项目") private String machineryCategory; /** * 主键ID */ @@ -40,6 +43,10 @@ @Schema(description = "设备id") private Long taskId; @Schema(description = "保养人") @Excel(name = "保养人") private String maintenancePerson; @Schema(description = "频次") @Excel(name = "频次") @@ -56,7 +63,7 @@ private LocalDateTime lastExecutionTime; @Schema(description = "是否激活") private boolean isActive; private boolean active; @Schema(description = "备注") @Excel(name = "备注")