package com.jiuqi.mobile.nigo.comeclose.manager.master; import com.jiuqi.mobile.nigo.comeclose.bean.SelectKey; /** * 内部管理 * @author * */ public class SelectInnerManagermentKey extends SelectKey{ /** * */ private static final long serialVersionUID = 4156522512075424229L; private String fastFind; private String orgGuid; private int employeeType; public String getFastFind() { return fastFind; } public void setFastFind(String fastFind) { this.fastFind = fastFind; } public String getOrgGuid() { return orgGuid; } public void setOrgGuid(String orgGuid) { this.orgGuid = orgGuid; } public int getEmployeeType() { return employeeType; } public void setEmployeeType(int employeeType) { this.employeeType = employeeType; } }