| | |
| | | public Integer clThisTime; |
| | | |
| | | /** |
| | | * 关阀报中水价 |
| | | */ |
| | | @Schema(description = "关阀报中水价", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double clPrice ;//水价 |
| | | |
| | | /** |
| | | * 关阀报中的开阀时控制器时钟 |
| | | */ |
| | | @Schema(description = "关阀报中的开阀时控制器时钟", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | |
| | | this.clThisAmount = null; |
| | | this.clThisMoney = null; |
| | | this.clThisTime = null; |
| | | this.clPrice = null; |
| | | this.clOpenDt = null; |
| | | this.closeDt = null; |
| | | |
| | |
| | | this.clThisAmount = dataCd83CloseVo.thisAmount; |
| | | this.clThisMoney = dataCd83CloseVo.thisMoney; |
| | | this.clThisTime = dataCd83CloseVo.thisTime; |
| | | this.clPrice = dataCd83CloseVo.price; |
| | | this.clOpenDt = DateTime.dateFrom_yyyy_MM_dd_HH_mm_ss(dataCd83CloseVo.openDt); |
| | | this.closeDt = DateTime.dateFrom_yyyy_MM_dd_HH_mm_ss(dataCd83CloseVo.closeDt); |
| | | |
| | |
| | | this.clThisAmount = null; |
| | | this.clThisMoney = null; |
| | | this.clThisTime = null; |
| | | this.clPrice = null; |
| | | this.clOpenDt = null; |
| | | this.closeDt = null; |
| | | |
| | |
| | | this.clThisAmount = cdData.thisWater; |
| | | this.clThisMoney = cdData.thisMoney; |
| | | this.clThisTime = cdData.thisDuration; |
| | | this.clPrice = null; |
| | | this.clOrderNo = cdData.orderNo; |
| | | this.clEleTotalAmount = cdData.eleTotalAmount; |
| | | this.clWaterRemainUser = cdData.waterRemain; |
| | |
| | | this.clThisAmount = null; |
| | | this.clThisMoney = null; |
| | | this.clThisTime = null; |
| | | this.clPrice = null; |
| | | this.clOpenDt = null; |
| | | this.closeDt = null; |
| | | |
| | |
| | | this.clThisAmount = dataCd83CloseVo.thisAmount; |
| | | this.clThisMoney = dataCd83CloseVo.thisMoney; |
| | | this.clThisTime = dataCd83CloseVo.thisTime; |
| | | this.clPrice = dataCd83CloseVo.price; |
| | | this.clOpenDt = DateTime.dateFrom_yyyy_MM_dd_HH_mm_ss(dataCd83CloseVo.openDt); |
| | | this.closeDt = DateTime.dateFrom_yyyy_MM_dd_HH_mm_ss(dataCd83CloseVo.closeDt) ; |
| | | |