|
@@ -48,25 +48,25 @@ public class WindEngineGroupExcelVo {
|
|
|
@ExcelProperty(value = "经度", index = 5)
|
|
|
private String longitude;
|
|
|
/**
|
|
|
- * 维度
|
|
|
+ * 纬度
|
|
|
*/
|
|
|
- @ExcelProperty(value = "维度", index = 6)
|
|
|
+ @ExcelProperty(value = "纬度", index = 6)
|
|
|
private String latitude;
|
|
|
|
|
|
/**
|
|
|
* 额定风速 (m/s)
|
|
|
*/
|
|
|
- @ExcelProperty(value = "维度", index = 7)
|
|
|
+ @ExcelProperty(value = "额定风速", index = 7)
|
|
|
private Double rated_wind_speed;
|
|
|
/**
|
|
|
* 切入风速 (m/s)
|
|
|
*/
|
|
|
- @ExcelProperty(value = "维度", index = 8)
|
|
|
+ @ExcelProperty(value = "切入风速", index = 8)
|
|
|
private Double ratedCutInWindspeed;
|
|
|
/**
|
|
|
* 切出风速 (m/s)
|
|
|
*/
|
|
|
- @ExcelProperty(value = "维度", index = 9)
|
|
|
+ @ExcelProperty(value = "切出风速", index = 9)
|
|
|
private Double ratedCutOutWindspeed;
|
|
|
/**
|
|
|
* 是否标杆风机
|