| | |
| | | @Schema(description = "规格型号") |
| | | private String deviceModel; |
| | | |
| | | @Schema(description = "项目") |
| | | @Excel(name = "项目") |
| | | private String machineryCategory; |
| | | |
| | | @Excel(name = "计划保养日期", dateFormat = "yyyy-MM-dd HH:mm:ss", width = 30) |
| | | @Schema(description = "计划保养日期") |
| | | private Date maintenancePlanTime; |
| | |
| | | @Excel(name = "设备型号") |
| | | private String deviceModel; |
| | | |
| | | @Schema(description = "项目") |
| | | @Excel(name = "项目") |
| | | private String machineryCategory; |
| | | |
| | | @Schema(description = "报修时间") |
| | | @Excel(name = "报修时间", width = 30, dateFormat = "yyyy-MM-dd") |
| | | private Date repairTime; |