All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.swiftboot.shiro.model.entity.PermissionEntityStub Maven / Gradle / Ivy

There is a newer version: 2.4.7
Show newest version
package org.swiftboot.shiro.model.entity;

/**
 * 用户权限实体类
 * @since 1.2
 */
public interface PermissionEntityStub {

    /**
     * Shiro 权限代码
     *
     * @return
     */
    String getPermissionCode();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy