|  |  | 
 |  |  |  */ | 
 |  |  |  | 
 |  |  | @Data | 
 |  |  | @JsonPropertyOrder({ "intakeId", "intakeNum", "month1" , "month2" , "month3" , "month4" , "month5" , "month6" , "month7" , "month8" , "month9" , "month10" , "month11" , "month12"  }) | 
 |  |  | @JsonPropertyOrder({ "intakeId", "intakeNum", "intakeLng", "intakeLat", "month1" , "month2" , "month3" , "month4" , "month5" , "month6" , "month7" , "month8" , "month9" , "month10" , "month11" , "month12"  }) | 
 |  |  | public class VoMonthAmount { | 
 |  |  |     private static final long serialVersionUID = 202408081417001L; | 
 |  |  |     public static final long serialVersionUID = 202408081417001L; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 取水口ID | 
 |  |  |      */ | 
 |  |  |     @JSONField(serializeUsing= ObjectWriterImplToString.class) | 
 |  |  |     private Long intakeId; | 
 |  |  |     public Long intakeId; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 取水口编号 | 
 |  |  |      */ | 
 |  |  |     private String intakeNum; | 
 |  |  |     public String intakeNum; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 经度 | 
 |  |  |      */ | 
 |  |  |     public Double intakeLng; | 
 |  |  |     /** | 
 |  |  |      * 纬度 | 
 |  |  |      */ | 
 |  |  |     public Double intakeLat; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 年度 | 
 |  |  |      */ | 
 |  |  |     public Integer year ; | 
 |  |  |  | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month1; | 
 |  |  |     public Double month1; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month2; | 
 |  |  |     public Double month2; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month3; | 
 |  |  |     public Double month3; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month4; | 
 |  |  |     public Double month4; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month5; | 
 |  |  |     public Double month5; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month6; | 
 |  |  |     public Double month6; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month7; | 
 |  |  |     public Double month7; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month8; | 
 |  |  |     public Double month8; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month9; | 
 |  |  |     public Double month9; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month10; | 
 |  |  |     public Double month10; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month11; | 
 |  |  |     public Double month11; | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double month12; | 
 |  |  |     public Double month12; | 
 |  |  | } |