| | |
| | | package com.java110.dto.parkingSpaceApply; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | **/ |
| | | public class ParkingSpaceApplyDto extends PageDto implements Serializable { |
| | | |
| | | public static final String STATE_FAIL = "4004"; // 审核失败 |
| | | |
| | | private String carBrand; |
| | | private String applyPersonName; |
| | | private String carNum; |
| | | private String psId; |
| | | private String remark; |
| | | private String applyId; |
| | | private String carColor; |
| | | private String carType; |
| | | private String configId; |
| | | private String applyPersonLink; |
| | | private String startTime; |
| | | private String applyPersonId; |
| | | private String endTime; |
| | | private String state; |
| | | private String communityId; |
| | | |
| | | |
| | | private String applyPersonName; |
| | | private String carNum; |
| | | private String psId; |
| | | private String remark; |
| | | private String applyId; |
| | | private String carColor; |
| | | private String carType; |
| | | private String configId; |
| | | private String applyPersonLink; |
| | | private String startTime; |
| | | private String applyPersonId; |
| | | private String endTime; |
| | | private String state; |
| | | private String communityId; |
| | | private String feeId; |
| | | private String num; |
| | | private String paId; |
| | | private String parkingTypeName; |
| | | private String stateName; |
| | | private String carId; |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | |
| | | public String getCarBrand() { |
| | | return carBrand; |
| | | } |
| | | public void setCarBrand(String carBrand) { |
| | | |
| | | public void setCarBrand(String carBrand) { |
| | | this.carBrand = carBrand; |
| | | } |
| | | public String getApplyPersonName() { |
| | | |
| | | public String getApplyPersonName() { |
| | | return applyPersonName; |
| | | } |
| | | public void setApplyPersonName(String applyPersonName) { |
| | | |
| | | public void setApplyPersonName(String applyPersonName) { |
| | | this.applyPersonName = applyPersonName; |
| | | } |
| | | public String getCarNum() { |
| | | |
| | | public String getCarNum() { |
| | | return carNum; |
| | | } |
| | | public void setCarNum(String carNum) { |
| | | |
| | | public void setCarNum(String carNum) { |
| | | this.carNum = carNum; |
| | | } |
| | | public String getPsId() { |
| | | |
| | | public String getPsId() { |
| | | return psId; |
| | | } |
| | | public void setPsId(String psId) { |
| | | |
| | | public void setPsId(String psId) { |
| | | this.psId = psId; |
| | | } |
| | | public String getRemark() { |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | public void setRemark(String remark) { |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | public String getApplyId() { |
| | | |
| | | public String getApplyId() { |
| | | return applyId; |
| | | } |
| | | public void setApplyId(String applyId) { |
| | | |
| | | public void setApplyId(String applyId) { |
| | | this.applyId = applyId; |
| | | } |
| | | public String getCarColor() { |
| | | |
| | | public String getCarColor() { |
| | | return carColor; |
| | | } |
| | | public void setCarColor(String carColor) { |
| | | |
| | | public void setCarColor(String carColor) { |
| | | this.carColor = carColor; |
| | | } |
| | | public String getCarType() { |
| | | |
| | | public String getCarType() { |
| | | return carType; |
| | | } |
| | | public void setCarType(String carType) { |
| | | |
| | | public void setCarType(String carType) { |
| | | this.carType = carType; |
| | | } |
| | | public String getConfigId() { |
| | | |
| | | public String getConfigId() { |
| | | return configId; |
| | | } |
| | | public void setConfigId(String configId) { |
| | | |
| | | public void setConfigId(String configId) { |
| | | this.configId = configId; |
| | | } |
| | | public String getApplyPersonLink() { |
| | | |
| | | public String getApplyPersonLink() { |
| | | return applyPersonLink; |
| | | } |
| | | public void setApplyPersonLink(String applyPersonLink) { |
| | | |
| | | public void setApplyPersonLink(String applyPersonLink) { |
| | | this.applyPersonLink = applyPersonLink; |
| | | } |
| | | public String getStartTime() { |
| | | |
| | | public String getStartTime() { |
| | | return startTime; |
| | | } |
| | | public void setStartTime(String startTime) { |
| | | |
| | | public void setStartTime(String startTime) { |
| | | this.startTime = startTime; |
| | | } |
| | | public String getApplyPersonId() { |
| | | |
| | | public String getApplyPersonId() { |
| | | return applyPersonId; |
| | | } |
| | | public void setApplyPersonId(String applyPersonId) { |
| | | |
| | | public void setApplyPersonId(String applyPersonId) { |
| | | this.applyPersonId = applyPersonId; |
| | | } |
| | | public String getEndTime() { |
| | | |
| | | public String getEndTime() { |
| | | return endTime; |
| | | } |
| | | public void setEndTime(String endTime) { |
| | | |
| | | public void setEndTime(String endTime) { |
| | | this.endTime = endTime; |
| | | } |
| | | public String getState() { |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | public void setState(String state) { |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | public String getCommunityId() { |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | public void setCommunityId(String communityId) { |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getFeeId() { |
| | | return feeId; |
| | | } |
| | | |
| | | public void setFeeId(String feeId) { |
| | | this.feeId = feeId; |
| | | } |
| | | |
| | | public String getNum() { |
| | | return num; |
| | | } |
| | | |
| | | public void setNum(String num) { |
| | | this.num = num; |
| | | } |
| | | |
| | | public String getPaId() { |
| | | return paId; |
| | | } |
| | | |
| | | public void setPaId(String paId) { |
| | | this.paId = paId; |
| | | } |
| | | |
| | | public String getParkingTypeName() { |
| | | return parkingTypeName; |
| | | } |
| | | |
| | | public void setParkingTypeName(String parkingTypeName) { |
| | | this.parkingTypeName = parkingTypeName; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getCarId() { |
| | | return carId; |
| | | } |
| | | |
| | | public void setCarId(String carId) { |
| | | this.carId = carId; |
| | | } |
| | | } |