| | |
| | | |
| | | private String departureTime; |
| | | private String vName; |
| | | private String vNameLike; |
| | | private String visitGender; |
| | | private String ownerId; |
| | | private String ownerName; |
| | |
| | | private String carNum; |
| | | private String entourage; |
| | | private String reasonType; |
| | | |
| | | private String reasonTypeName; |
| | | private String state; |
| | | private String stateName; |
| | | private String stateRemark; |
| | |
| | | public void setParkAreaNum(String parkAreaNum) { |
| | | this.parkAreaNum = parkAreaNum; |
| | | } |
| | | |
| | | public String getReasonTypeName() { |
| | | return reasonTypeName; |
| | | } |
| | | |
| | | public void setReasonTypeName(String reasonTypeName) { |
| | | this.reasonTypeName = reasonTypeName; |
| | | } |
| | | |
| | | public String getvNameLike() { |
| | | return vNameLike; |
| | | } |
| | | |
| | | public void setvNameLike(String vNameLike) { |
| | | this.vNameLike = vNameLike; |
| | | } |
| | | } |