|
@@ -14,7 +14,7 @@ public class Booking {
|
|
|
private String userName;//住客姓名
|
|
private String userName;//住客姓名
|
|
|
private String userPhone;// 住客手机号
|
|
private String userPhone;// 住客手机号
|
|
|
private String hotelId;// 民宿id
|
|
private String hotelId;// 民宿id
|
|
|
- private String hotelManagerId;//所属商户Id
|
|
|
|
|
|
|
+ private Integer hotelManagerId;//所属商户Id
|
|
|
private String hotelName;// 民宿名称
|
|
private String hotelName;// 民宿名称
|
|
|
private String hotelHposition; // 民宿位置
|
|
private String hotelHposition; // 民宿位置
|
|
|
private String hotelHpositionWens; // 民宿经纬度
|
|
private String hotelHpositionWens; // 民宿经纬度
|
|
@@ -408,11 +408,11 @@ public class Booking {
|
|
|
this.remake = remake;
|
|
this.remake = remake;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public String getHotelManagerId() {
|
|
|
|
|
|
|
+ public Integer getHotelManagerId() {
|
|
|
return hotelManagerId;
|
|
return hotelManagerId;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public void setHotelManagerId(String hotelManagerId) {
|
|
|
|
|
|
|
+ public void setHotelManagerId(Integer hotelManagerId) {
|
|
|
this.hotelManagerId = hotelManagerId;
|
|
this.hotelManagerId = hotelManagerId;
|
|
|
}
|
|
}
|
|
|
|
|
|