src/main/java/com/ruoyi/device/dto/DeviceRepairDto.java @@ -69,6 +69,8 @@ @TableField(fill = FieldFill.INSERT) private Long tenantId; @ApiModelProperty("保养进度描述") private String maintenanceProcessDesc; }