src/main/java/com/ruoyi/device/pojo/MaintenanceTask.java
@@ -37,6 +37,9 @@ @TableId(type = IdType.AUTO) private Long id; @Schema(description = "设备区域ID") private Long areaId; @Schema(description = "设备名称") @Excel(name = "保养任务名称") private String taskName; @@ -116,4 +119,7 @@ @TableField(fill = FieldFill.INSERT) private Long deptId; @TableField(exist = false) private String areaName; }