| | |
| | | private String visitTime; |
| | | private String departureTime; |
| | | private String statusCd; |
| | | private String carNum; |
| | | private String entourage; |
| | | private String reasonType; |
| | | |
| | | public String getvId() { |
| | | return vId; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getCarNum() { |
| | | return carNum; |
| | | } |
| | | |
| | | public void setCarNum(String carNum) { |
| | | this.carNum = carNum; |
| | | } |
| | | |
| | | public String getEntourage() { |
| | | return entourage; |
| | | } |
| | | |
| | | public void setEntourage(String entourage) { |
| | | this.entourage = entourage; |
| | | } |
| | | |
| | | public String getReasonType() { |
| | | return reasonType; |
| | | } |
| | | |
| | | public void setReasonType(String reasonType) { |
| | | this.reasonType = reasonType; |
| | | } |
| | | } |