| | |
| | | public String userId;//用户身份证号 |
| | | public long date; |
| | | public String morny;//充值金额 单位元 |
| | | public String rechargeWater;//充值水量 |
| | | public String balance;//余额 单位元 |
| | | public String total_morn;//总充值金额 |
| | | //状态 0未上传 1成功上传 |
| | | public int state = 0; |
| | | |
| | | public String cardNumber;//卡号 |
| | | public String surplusWater;//剩余水量 底位在前 2位小数点 单位元/立方米 () |
| | | |
| | | public String getRechargeWater() { |
| | | return rechargeWater; |
| | | } |
| | | |
| | | public void setRechargeWater(String rechargeWater) { |
| | | this.rechargeWater = rechargeWater; |
| | | } |
| | | |
| | | public String getSurplusWater() { |
| | | return surplusWater; |
| | | } |
| | | |
| | | public void setSurplusWater(String surplusWater) { |
| | | this.surplusWater = surplusWater; |
| | | } |
| | | |
| | | public String getCardNumber() { |
| | | return cardNumber; |