| | |
| | | @ApiModelProperty(value = "设备状态") |
| | | private Integer equipmentStatus; |
| | | |
| | | /** |
| | | * 系统类型 |
| | | */ |
| | | @Excel(name = "系统类型", width = 15) |
| | | @ApiModelProperty(value = "系统类型") |
| | | private String systemType; |
| | | |
| | | /** |
| | | * 设备级别 |
| | | */ |
| | | @Excel(name = "设备级别", width = 15) |
| | | @ApiModelProperty(value = "设备级别") |
| | | private String deviceLevel; |
| | | |
| | | /** |
| | | * 设备种类 |
| | | */ |
| | | @Excel(name = "设备种类", width = 15) |
| | | @ApiModelProperty(value = "设备种类") |
| | | private String deviceCategory; |
| | | |
| | | /**部门名称*/ |
| | | @Excel(name = "部门名称", width = 15) |
| | | private transient String orgCodeTxt; |
| | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "选择的产线id集合") |
| | | private String selectedProduction; |
| | | |
| | | /** |
| | | * 重要程度 |
| | | */ |
| | | @Dict(dicCode = "device_importance_level") |
| | | @ApiModelProperty(value = "重要程度") |
| | | private Integer deviceImportanceLevel; |
| | | /** |
| | | * 设备异常状态 |
| | | */ |
| | | @Dict(dicCode = "device_abnormal_status") |
| | | @ApiModelProperty(value = "设备异常状态") |
| | | private Integer deviceAbnormalStatus; |
| | | } |