| | |
| | | private String appointmentId; |
| | | private String remark; |
| | | private String state; |
| | | private String stateName; |
| | | private String tenantSex; |
| | | private String storeId; |
| | | private String roomId; |
| | | private String rentingId; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getRentingId() { |
| | | return rentingId; |
| | | } |
| | | |
| | | public void setRentingId(String rentingId) { |
| | | this.rentingId = rentingId; |
| | | } |
| | | } |