old mode 100644
new mode 100755
| | |
| | | package com.java110.po.rentingAppointment; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | public class RentingAppointmentPo implements Serializable { |
| | | |
| | | private String msg; |
| | | private String tenantTel; |
| | | private String tenantName; |
| | | private String appointmentTime; |
| | | private String appointmentRoomId; |
| | | private String appointmentId; |
| | | private String remark; |
| | | private String statusCd = "0"; |
| | | private String state; |
| | | private String tenantSex; |
| | | private String storeId; |
| | | private String roomId; |
| | | public String getMsg() { |
| | | private String tenantTel; |
| | | private String tenantName; |
| | | private String appointmentTime; |
| | | private String appointmentRoomId; |
| | | private String appointmentId; |
| | | private String remark; |
| | | private String statusCd = "0"; |
| | | private String state; |
| | | private String tenantSex; |
| | | private String storeId; |
| | | private String roomId; |
| | | private String rentingId; |
| | | |
| | | |
| | | public String getMsg() { |
| | | return msg; |
| | | } |
| | | public void setMsg(String msg) { |
| | | |
| | | public void setMsg(String msg) { |
| | | this.msg = msg; |
| | | } |
| | | public String getTenantTel() { |
| | | |
| | | public String getTenantTel() { |
| | | return tenantTel; |
| | | } |
| | | public void setTenantTel(String tenantTel) { |
| | | |
| | | public void setTenantTel(String tenantTel) { |
| | | this.tenantTel = tenantTel; |
| | | } |
| | | public String getTenantName() { |
| | | |
| | | public String getTenantName() { |
| | | return tenantName; |
| | | } |
| | | public void setTenantName(String tenantName) { |
| | | |
| | | public void setTenantName(String tenantName) { |
| | | this.tenantName = tenantName; |
| | | } |
| | | public String getAppointmentTime() { |
| | | |
| | | public String getAppointmentTime() { |
| | | return appointmentTime; |
| | | } |
| | | public void setAppointmentTime(String appointmentTime) { |
| | | |
| | | public void setAppointmentTime(String appointmentTime) { |
| | | this.appointmentTime = appointmentTime; |
| | | } |
| | | public String getAppointmentRoomId() { |
| | | |
| | | public String getAppointmentRoomId() { |
| | | return appointmentRoomId; |
| | | } |
| | | public void setAppointmentRoomId(String appointmentRoomId) { |
| | | |
| | | public void setAppointmentRoomId(String appointmentRoomId) { |
| | | this.appointmentRoomId = appointmentRoomId; |
| | | } |
| | | public String getAppointmentId() { |
| | | |
| | | public String getAppointmentId() { |
| | | return appointmentId; |
| | | } |
| | | public void setAppointmentId(String appointmentId) { |
| | | |
| | | public void setAppointmentId(String appointmentId) { |
| | | this.appointmentId = appointmentId; |
| | | } |
| | | public String getRemark() { |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | public void setRemark(String remark) { |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | public String getStatusCd() { |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | public void setStatusCd(String statusCd) { |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | public String getState() { |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | public void setState(String state) { |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | public String getTenantSex() { |
| | | |
| | | public String getTenantSex() { |
| | | return tenantSex; |
| | | } |
| | | public void setTenantSex(String tenantSex) { |
| | | |
| | | public void setTenantSex(String tenantSex) { |
| | | this.tenantSex = tenantSex; |
| | | } |
| | | public String getStoreId() { |
| | | |
| | | public String getStoreId() { |
| | | return storeId; |
| | | } |
| | | public void setStoreId(String storeId) { |
| | | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | public String getRoomId() { |
| | | |
| | | public String getRoomId() { |
| | | return roomId; |
| | | } |
| | | public void setRoomId(String roomId) { |
| | | |
| | | public void setRoomId(String roomId) { |
| | | this.roomId = roomId; |
| | | } |
| | | |
| | | public String getRentingId() { |
| | | return rentingId; |
| | | } |
| | | |
| | | |
| | | public void setRentingId(String rentingId) { |
| | | this.rentingId = rentingId; |
| | | } |
| | | } |