| | |
| | | @ApiModelProperty("规格型号") |
| | | private String deviceModel; |
| | | |
| | | @Excel(name = "计划保养日期") |
| | | @Excel(name = "计划保养日期", dateFormat = "yyyy-MM-dd HH:mm:ss", width = 30) |
| | | @ApiModelProperty("计划保养日期") |
| | | private Date maintenancePlanTime; |
| | | |
| | |
| | | private String maintenanceActuallyName; |
| | | |
| | | @ApiModelProperty("实际保养日期") |
| | | @Excel(name = "实际保养日期") |
| | | @Excel(name = "实际保养日期", dateFormat = "yyyy-MM-dd HH:mm:ss", width = 30) |
| | | private LocalDateTime maintenanceActuallyTime; |
| | | |
| | | @ApiModelProperty("保养结果 0 维修 1 完好") |
| | |
| | | private String status; |
| | | |
| | | @ApiModelProperty("创建时间") |
| | | @Excel(name = "录入时间") |
| | | @Excel(name = "录入时间", dateFormat = "yyyy-MM-dd HH:mm:ss", width = 30) |
| | | private Date createTime; |
| | | |
| | | @ApiModelProperty("创建人") |
| | | @Excel(name = "录入人") |
| | | // @Excel(name = "录入人") |
| | | private String createUser; |
| | | |
| | | } |