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