|
@@ -13,7 +13,7 @@ public class LzEverydayExcel {
|
|
@ExcelProperty(value = "物候期",index = 1)
|
|
@ExcelProperty(value = "物候期",index = 1)
|
|
private Integer period_id;
|
|
private Integer period_id;
|
|
@ExcelProperty(value = "花穗长度",index = 2)
|
|
@ExcelProperty(value = "花穗长度",index = 2)
|
|
- private Integer flowerLength;
|
|
|
|
|
|
+ private Double flowerLength;
|
|
@ExcelProperty(value = "花穗占比",index = 3)
|
|
@ExcelProperty(value = "花穗占比",index = 3)
|
|
private Double flowerPercent;
|
|
private Double flowerPercent;
|
|
@ExcelProperty(value = "白点数",index = 4)
|
|
@ExcelProperty(value = "白点数",index = 4)
|