Commit 4e086b13 by unknown

Merge branch 'f-6.6.4' of 192.168.10.6:caosy/fun-common into f-6.6.4

parents b548c356 31873d7a
......@@ -68,6 +68,11 @@ public class CourseOrderFinanceQuery extends AbstractPagedQuery {
* 产品经理
*/
private String productManager;
private Long orderNo;
private String contactName;
private String orderName;
public Integer getCourseId() {
return courseId;
......@@ -169,4 +174,28 @@ public class CourseOrderFinanceQuery extends AbstractPagedQuery {
this.productManager = productManager;
}
public Long getOrderNo() {
return orderNo;
}
public void setOrderNo(Long orderNo) {
this.orderNo = orderNo;
}
public String getContactName() {
return contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
}
public String getOrderName() {
return orderName;
}
public void setOrderName(String orderName) {
this.orderName = orderName;
}
}
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