Commit 93365012 by caosy

打球人查询

parent cf7a7b87
......@@ -14,6 +14,8 @@ public class AbstractOrderQueryForm {
protected Integer orderStatus = 0;
protected Integer districtId;
protected String districtName;
//打球人名字,方便塞事查詢
protected String cName;
/**
* 订单来源,0:全部 1:线上,2:线下
*/
......@@ -82,4 +84,14 @@ public class AbstractOrderQueryForm {
public void setOrderSourceCategory(int orderSourceCategory) {
this.orderSourceCategory = orderSourceCategory;
}
public String getcName() {
return cName;
}
public void setcName(String cName) {
this.cName = cName;
}
}
......@@ -3,6 +3,7 @@
<@com.textInput "form.userId" "style=\"margin-left: 5px;\"" "用户ID" "text"/>
<@com.textInput "form.userName" "style=\"margin-left: 5px;\"" "用户名" "text"/>
<@com.textInput "form.contactTel" "style=\"margin-left: 5px;\"" "联系人手机号" "text"/>
<@com.textInput "form.cName" "style=\"margin-left: 5px;\"" "打球人姓名" "text"/>
<@com.textInput "form.orderName" "style=\"margin-left: 5px;\"" "订单名称" "text"/>
<@com.textInput "form.resourceId" "style=\"margin-left: 5px;\"" "资源ID" "text"/>
......
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