| | |
| | | @Schema(description = "规格型号") |
| | | private String deviceModel; |
| | | |
| | | @Schema(description = "设备项目") |
| | | private String machineryCategory; |
| | | |
| | | /** |
| | | * 主键ID |
| | | */ |
| | |
| | | |
| | | @Schema(description = "设备id") |
| | | private Long taskId; |
| | | |
| | | @Schema(description = "保养人") |
| | | @Excel(name = "保养人") |
| | | private String maintenancePerson; |
| | | |
| | | @Schema(description = "频次") |
| | | @Excel(name = "频次") |
| | |
| | | @Schema(description = "最后执行时间") |
| | | private LocalDateTime lastExecutionTime; |
| | | |
| | | @Schema(description = "是否激活") |
| | | private boolean isActive; |
| | | @Schema(description = "是否激活, 1=启用, 0=停用") |
| | | private Integer isActive; |
| | | |
| | | @Schema(description = "备注") |
| | | @Excel(name = "备注") |