| | |
| | | public long id; |
| | | private String serial;//设备序列号 |
| | | public String userName; |
| | | |
| | | public String userId;//用户身份证号 |
| | | public long date; |
| | | public String morny;//充值金额 |
| | | public String balance;//余额 |
| | | public String total_morn;//总充值金额 |
| | | //状态 0未上传 1成功上传 |
| | | public String orderID;//订单号 |
| | | //服务器返回的农户注册编号 |
| | | private String initPeasantCode; |
| | | |
| | | public int state = 0; |
| | | |
| | | public String getOrderID() { |
| | | return orderID; |
| | | } |
| | | |
| | | public void setOrderID(String orderID) { |
| | | this.orderID = orderID; |
| | | } |
| | | |
| | | public String getInitPeasantCode() { |
| | | return initPeasantCode; |
| | | } |
| | | |
| | | public void setInitPeasantCode(String initPeasantCode) { |
| | | this.initPeasantCode = initPeasantCode; |
| | | } |
| | | |
| | | public String getTotal_morn() { |
| | | return total_morn; |
| | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public String total_morn;//总充值金额 |
| | | //状态 0未上传 1成功上传 |
| | | |
| | | |
| | | public int state = 0; |
| | | |
| | | public void setTotal_morn(String total_morn) { |
| | | this.total_morn = total_morn; |