| | |
| | | */ |
| | | private String area; |
| | | private String typeCd; |
| | | private String typeCdName; |
| | | private String num; |
| | | private String psId; |
| | | private String state; |
| | | private String stateName; |
| | | private String communityId; |
| | | private String userId; |
| | | |
| | |
| | | private String userName; |
| | | |
| | | private String createTime; |
| | | |
| | | private String carId; |
| | | private String carNum; |
| | | |
| | | private String carBrand; |
| | | private String carType; |
| | | private String carTypeName; |
| | | |
| | | public String getArea() { |
| | | return area; |
| | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getCarId() { |
| | | return carId; |
| | | } |
| | | |
| | | public void setCarId(String carId) { |
| | | this.carId = carId; |
| | | } |
| | | |
| | | public String getCarNum() { |
| | | return carNum; |
| | | } |
| | | |
| | | public void setCarNum(String carNum) { |
| | | this.carNum = carNum; |
| | | } |
| | | |
| | | public String getCarBrand() { |
| | | return carBrand; |
| | | } |
| | | |
| | | public void setCarBrand(String carBrand) { |
| | | this.carBrand = carBrand; |
| | | } |
| | | |
| | | public String getCarType() { |
| | | return carType; |
| | | } |
| | | |
| | | public void setCarType(String carType) { |
| | | this.carType = carType; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getCarTypeName() { |
| | | return carTypeName; |
| | | } |
| | | |
| | | public void setCarTypeName(String carTypeName) { |
| | | this.carTypeName = carTypeName; |
| | | } |
| | | |
| | | public String getTypeCdName() { |
| | | return typeCdName; |
| | | } |
| | | |
| | | public void setTypeCdName(String typeCdName) { |
| | | this.typeCdName = typeCdName; |
| | | } |
| | | } |