Commit 3e67ab6a by chongli

开单人修改

parent d50de8ea
......@@ -40,6 +40,7 @@ public class OpOrderQuery extends AbstractPagedQuery {
private Date departureStartDate;
private Date departureEndDate;
private Integer paymentVersion;
private Integer orderId;
/**
* 是否被接管
......@@ -304,5 +305,13 @@ public class OpOrderQuery extends AbstractPagedQuery {
this.recommendPhone = recommendPhone;
}
public Integer getOrderId() {
return orderId;
}
public void setOrderId(Integer orderId) {
this.orderId = orderId;
}
}
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