| | |
| | | private String endTime; |
| | | |
| | | private String state; |
| | | private String bId; |
| | | |
| | | private String communityId; |
| | | private String carTypeCd; |
| | | private String memberId; |
| | | private String statusCd = "0"; |
| | | |
| | | private String leaseType; |
| | | |
| | | |
| | | public String getCarId() { |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getbId() { |
| | | return bId; |
| | | } |
| | | |
| | | public void setbId(String bId) { |
| | | this.bId = bId; |
| | | } |
| | | |
| | | public String getLeaseType() { |
| | | return leaseType; |
| | | } |
| | | |
| | | public void setLeaseType(String leaseType) { |
| | | this.leaseType = leaseType; |
| | | } |
| | | } |