|  |  | 
 |  |  |     /** | 
 |  |  |      * 日取水量 | 
 |  |  |      */ | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     public Double amount; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 日取花费金额 | 
 |  |  |      * 日取水花费金额 | 
 |  |  |      */ | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     public Double money; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 日取水次数 | 
 |  |  |      */ | 
 |  |  |     public Integer times; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 统计日期(yyyy-mm-dd) | 
 |  |  | 
 |  |  |     /** | 
 |  |  |      * 统计日最后一次开阀取水量 | 
 |  |  |      */ | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     public Double thisAmountLast; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 统计日最后一次开阀花费金额 | 
 |  |  |      */ | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     public Double thisMoneyLast; | 
 |  |  |  | 
 |  |  |     /** |