| | |
| | | @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 maintenanceResult; |
| | | |
| | | @Schema(description = "保养内容") |
| | | @Excel(name = "保养内容") |
| | | private String maintenanceContent; |
| | | |
| | | @Schema(description = "状态 0 待保养 1 完结 2 失败") |
| | | @Excel(name = "状态") |
| | | private String status; |