src/main/java/com/ruoyi/device/pojo/DeviceMaintenance.java
@@ -50,6 +50,12 @@ @ApiModelProperty("实际保养人") private String maintenanceActuallyName; @ApiModelProperty("计划保养人id") private Long maintenancePersonId; @ApiModelProperty("计划保养人") private String maintenancePerson; @ApiModelProperty("实际保养日期") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @@ -84,4 +90,7 @@ @ApiModelProperty("租户id") @TableField(fill = FieldFill.INSERT) private Long tenantId; @ApiModelProperty("设备保养位置") private String maintenanceLocation; }