| | |
| | | private String state; |
| | | private String communityId; |
| | | private String feeId; |
| | | //停车位编号 |
| | | private String num; |
| | | //停车场编号 |
| | | private String areaNum; |
| | | private String paId; |
| | | private String parkingTypeName; |
| | | private String stateName; |
| | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | public String getCarBrand() { |
| | | return carBrand; |
| | |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | |
| | | public void setCarId(String carId) { |
| | | this.carId = carId; |
| | | } |
| | | |
| | | public String getAreaNum() { |
| | | return areaNum; |
| | | } |
| | | |
| | | public void setAreaNum(String areaNum) { |
| | | this.areaNum = areaNum; |
| | | } |
| | | } |