| | |
| | | @Excel(name = "设备功率", width = 15) |
| | | @ApiModelProperty(value = "设备功率") |
| | | private String devicePower; |
| | | |
| | | /** |
| | | * 坐标-左 |
| | | * 设备状态 |
| | | */ |
| | | @ApiModelProperty(value = "坐标-左") |
| | | private Integer coordinateLeft; |
| | | @Excel(name = "设备状态", width = 15) |
| | | @ApiModelProperty(value = "设备状态") |
| | | private Integer equipmentStatus; |
| | | |
| | | /** |
| | | * 坐标-上 |
| | | * 设备状态说明 |
| | | */ |
| | | @ApiModelProperty(value = "坐标-上") |
| | | private Integer coordinateTop; |
| | | @Excel(name = "设备状态说明", width = 15) |
| | | @ApiModelProperty(value = "设备状态说明") |
| | | private Integer equipmentStatusRemark; |
| | | |
| | | /**部门名称*/ |
| | | private transient String orgCodeTxt; |