package com.jiuqi.mobile.nigo.comeclose.manager.master; import com.jiuqi.mobile.nigo.comeclose.bean.SelectKey; public class SelectUserKey extends SelectKey{ private String fastFind; private int roleCode; public String getFastFind() { return fastFind; } public void setFastFind(String fastFind) { this.fastFind = fastFind; } public int getRoleCode() { return roleCode; } public void setRoleCode(int roleCode) { this.roleCode = roleCode; } }