package com.happy.Model; import java.util.Date; /** * 订单实体类 */ public class Booking { private int id; private String orderNum; // 订单号 private String orderStatus; // 状态,1待支付,2已支付,3待入住,4已入住,5已消费,6支付超时,7已取消,8已退单,9已退款 private String userIdnumber; // 住客身份号 private String userName;//住客姓名 private String userPhone;// 住客手机号 private String hotelId;// 民宿id private String hotelName;// 民宿名称 private String hotelHposition; // 民宿位置 private String hotelHpositionWens; // 民宿经纬度 private String hotelPhone; // 民宿联系电话 private String hotelPerson; // 民宿联系人 private String hotelManagerId; // 所属商家id private String hotelTownship; // 民宿所属乡镇 private String hotelConfig; // 民宿配置 private String hotelType; // 民宿类型 private String hotelIsCanorder; // 是否可取消订单 private String houseId; // 房型id private String houseName; // 户型名称 private String houseConfig; //房间配置 private double houseUnitPrice; // 房间单价 private double houseTotalPrice; // 总价 private int houseOrderNumber; // 订房数量 private String houseAreas; // 房型面积 private String houseRemake; // 房型备注 private Date orderStartTime; // 订房开始时间 private Date orderEndTime; // 订房结束时间 private String orderLiveTime;// 订房入住时间合计 private String orderRemake; // 订房备注 private Date createTime; // 订单创建时间 private String createUserid; //订单创建人id private Date updateTime; // 订单更新时间 private Date payTime; // 实际支付时间 private double payAccount; // 实际支付金额 private String payWay; // 支付方式:默认使用微信支付 private String refundWay; // 退款方式 private double refundAmount; // 退款金额 private Date refundTime; // 退款时间 private Date checkOutTime; // 离店时间 private String remake; // 备注信息 public int getId() { return id; } public void setId(int id) { this.id = id; } public String getOrderNum() { return orderNum; } public void setOrderNum(String orderNum) { this.orderNum = orderNum; } public String getOrderStatus() { return orderStatus; } public void setOrderStatus(String orderStatus) { this.orderStatus = orderStatus; } public String getUserIdnumber() { return userIdnumber; } public void setUserIdnumber(String userIdnumber) { this.userIdnumber = userIdnumber; } public String getUserName() { return userName; } public void setUserName(String userName) { this.userName = userName; } public String getUserPhone() { return userPhone; } public void setUserPhone(String userPhone) { this.userPhone = userPhone; } public String getHotelId() { return hotelId; } public void setHotelId(String hotelId) { this.hotelId = hotelId; } public String getHotelName() { return hotelName; } public void setHotelName(String hotelName) { this.hotelName = hotelName; } public String getHotelHposition() { return hotelHposition; } public void setHotelHposition(String hotelHposition) { this.hotelHposition = hotelHposition; } public String getHotelHpositionWens() { return hotelHpositionWens; } public void setHotelHpositionWens(String hotelHpositionWens) { this.hotelHpositionWens = hotelHpositionWens; } public String getHotelPhone() { return hotelPhone; } public void setHotelPhone(String hotelPhone) { this.hotelPhone = hotelPhone; } public String getHotelPerson() { return hotelPerson; } public void setHotelPerson(String hotelPerson) { this.hotelPerson = hotelPerson; } public String getHotelTownship() { return hotelTownship; } public void setHotelTownship(String hotelTownship) { this.hotelTownship = hotelTownship; } public String getHotelConfig() { return hotelConfig; } public void setHotelConfig(String hotelConfig) { this.hotelConfig = hotelConfig; } public String getHotelType() { return hotelType; } public void setHotelType(String hotelType) { this.hotelType = hotelType; } public String getHotelIsCanorder() { return hotelIsCanorder; } public void setHotelIsCanorder(String hotelIsCanorder) { this.hotelIsCanorder = hotelIsCanorder; } public String getHouseId() { return houseId; } public void setHouseId(String houseId) { this.houseId = houseId; } public String getHouseName() { return houseName; } public void setHouseName(String houseName) { this.houseName = houseName; } public String getHouseConfig() { return houseConfig; } public void setHouseConfig(String houseConfig) { this.houseConfig = houseConfig; } public double getHouseUnitPrice() { return houseUnitPrice; } public void setHouseUnitPrice(double houseUnitPrice) { this.houseUnitPrice = houseUnitPrice; } public double getHouseTotalPrice() { return houseTotalPrice; } public void setHouseTotalPrice(double houseTotalPrice) { this.houseTotalPrice = houseTotalPrice; } public int getHouseOrderNumber() { return houseOrderNumber; } public void setHouseOrderNumber(int houseOrderNumber) { this.houseOrderNumber = houseOrderNumber; } public String getHouseAreas() { return houseAreas; } public void setHouseAreas(String houseAreas) { this.houseAreas = houseAreas; } public String getHouseRemake() { return houseRemake; } public void setHouseRemake(String houseRemake) { this.houseRemake = houseRemake; } public Date getOrderStartTime() { return orderStartTime; } public void setOrderStartTime(Date orderStartTime) { this.orderStartTime = orderStartTime; } public Date getOrderEndTime() { return orderEndTime; } public void setOrderEndTime(Date orderEndTime) { this.orderEndTime = orderEndTime; } public String getOrderLiveTime() { return orderLiveTime; } public void setOrderLiveTime(String orderLiveTime) { this.orderLiveTime = orderLiveTime; } public String getOrderRemake() { return orderRemake; } public void setOrderRemake(String orderRemake) { this.orderRemake = orderRemake; } public Date getCreateTime() { return createTime; } public void setCreateTime(Date createTime) { this.createTime = createTime; } public String getCreateUserid() { return createUserid; } public void setCreateUserid(String createUserid) { this.createUserid = createUserid; } public Date getUpdateTime() { return updateTime; } public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } public Date getPayTime() { return payTime; } public void setPayTime(Date payTime) { this.payTime = payTime; } public double getPayAccount() { return payAccount; } public void setPayAccount(double payAccount) { this.payAccount = payAccount; } public String getPayWay() { return payWay; } public void setPayWay(String payWay) { this.payWay = payWay; } public String getRefundWay() { return refundWay; } public void setRefundWay(String refundWay) { this.refundWay = refundWay; } public double getRefundAmount() { return refundAmount; } public void setRefundAmount(double refundAmount) { this.refundAmount = refundAmount; } public Date getRefundTime() { return refundTime; } public void setRefundTime(Date refundTime) { this.refundTime = refundTime; } public Date getCheckOutTime() { return checkOutTime; } public void setCheckOutTime(Date checkOutTime) { this.checkOutTime = checkOutTime; } public String getRemake() { return remake; } public void setRemake(String remake) { this.remake = remake; } public String getHotelManagerId() { return hotelManagerId; } public void setHotelManagerId(String hotelManagerId) { this.hotelManagerId = hotelManagerId; } }