Commit 9b38bc86 by 徐高华

Merge branch 'feature/社群' into 'developer'

/

See merge request !611
parents 2ec42eba d0b8fedf
......@@ -21,9 +21,18 @@ public class OwnerSearchQDTO implements Serializable {
private String wxEnterpriseId;
private String searchParams;
private String departmentId ;
// 1查询在职 2查离职
private int status = 1;
public String getDepartmentId() {
return departmentId;
}
public void setDepartmentId(String departmentId) {
this.departmentId = departmentId;
}
public int getStatus() {
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