Commit d0b8fedf by 徐高华

/

parent b44d2743
...@@ -21,9 +21,18 @@ public class OwnerSearchQDTO implements Serializable { ...@@ -21,9 +21,18 @@ public class OwnerSearchQDTO implements Serializable {
private String wxEnterpriseId; private String wxEnterpriseId;
private String searchParams; private String searchParams;
private String departmentId ;
// 1查询在职 2查离职 // 1查询在职 2查离职
private int status = 1; private int status = 1;
public String getDepartmentId() {
return departmentId;
}
public void setDepartmentId(String departmentId) {
this.departmentId = departmentId;
}
public int getStatus() { public int getStatus() {
return status; return status;
} }
......
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 to comment