Commit 9781123a by caosy

退款显示3天

parent 0ec80986
......@@ -285,6 +285,11 @@ public abstract class AbstractOpOrderBean {
/**订单类型*/
private int orderCategory;
private Date departDate;
/**旅游 真实行权时间*/
private Date realDepartDate;
public int getOrderCategory() {
return orderCategory;
......@@ -844,4 +849,19 @@ public abstract class AbstractOpOrderBean {
this.discountRate = discountRate;
}
public Date getDepartDate() {
return departDate;
}
public void setDepartDate(Date departDate) {
this.departDate = departDate;
}
public Date getRealDepartDate() {
return realDepartDate;
}
public void setRealDepartDate(Date realDepartDate) {
this.realDepartDate = realDepartDate;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment