| | |
| | | @Schema(description = "最后执行时间") |
| | | private LocalDateTime lastExecutionTime; |
| | | |
| | | @Schema(description = "设备类目") |
| | | @Schema(description = "设备项目") |
| | | private String machineryCategory; |
| | | |
| | | |
| | |
| | | @Schema(description = "保养结果 0 维修 1 完好") |
| | | private String maintenanceResult; |
| | | |
| | | @Schema(description = "保养类型") |
| | | private String maintenanceType; |
| | | |
| | | @Schema(description = "工作内容描述") |
| | | private String workContent; |
| | | |
| | | @Schema(description = "运行状况") |
| | | private String runningStatus; |
| | | |
| | | @Schema(description = "实际执行人ID") |
| | | private Long executorId; |
| | | |
| | | @Schema(description = "状态 0 待保养 1 完结 2 失败") |
| | | private Integer status; |
| | | |