Commit 367f6419 by caosy

打球人查询

parent 3ab4a01b
......@@ -65,6 +65,8 @@ public class OpOrderQuery extends AbstractPagedQuery {
private String recommendPhone;
private Integer processStatus;
private String cName;
/**
* @return the userId
*/
......@@ -333,4 +335,13 @@ public class OpOrderQuery extends AbstractPagedQuery {
this.processStatus = processStatus;
}
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