package com.qxueyou.scc.sys.service; import com.qxueyou.scc.base.model.UserInfoWrapper; /** * 授权服务 * @author 德虎 * */ public interface IAuthorizeService { /** * 添加用户信息到当前线程 * @param wrapper * @return */ void addClientInfo(UserInfoWrapper wrapper); }