org.swiftboot.shiro.model.entity.PermissionEntityStub Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftboot-shiro Show documentation
Show all versions of swiftboot-shiro Show documentation
shiro supporting for swiftboot web applications
package org.swiftboot.shiro.model.entity;
/**
* 用户权限实体类
* @since 1.2
*/
public interface PermissionEntityStub {
/**
* Shiro 权限代码
*
* @return
*/
String getPermissionCode();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy