Parcourir la source

登陆模块重构

chenweida il y a 7 ans
Parent
commit
5992e11334

+ 1 - 1
base/common-security/src/main/java/com.yihu.base.security/rbas/RbasService.java

@ -8,7 +8,7 @@ import javax.servlet.http.HttpServletRequest;
 * Created by chenweida on 2017/12/1.
 * 需要权限认证的使用这个接口
 */
public interface RbasService {
public interface IRbasService {
     Boolean hasPerssion(HttpServletRequest request, Authentication authentication) ;
}