Commit f8040e84 by caosy

添加打球人检索

parent f89e5c6c
...@@ -97,7 +97,10 @@ public class AbstractOrderListBean { ...@@ -97,7 +97,10 @@ public class AbstractOrderListBean {
private Integer isConfirm; private Integer isConfirm;
private BigDecimal PrePayAmount; private BigDecimal PrePayAmount;
/**
* 关联打球人姓名
*/
private String cName;
public InvoiceBean getInvoice() { public InvoiceBean getInvoice() {
return invoice; return invoice;
...@@ -424,4 +427,12 @@ public class AbstractOrderListBean { ...@@ -424,4 +427,12 @@ public class AbstractOrderListBean {
PrePayAmount = prePayAmount; PrePayAmount = prePayAmount;
} }
public String getcName() {
return cName;
}
public void setcName(String cName) {
this.cName = cName;
}
} }
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