cn.featherfly.authorities.CustomRole Maven / Gradle / Ivy
package cn.featherfly.authorities;
/**
*
* CostomRole
*
*
* @author zhongj
*/
public interface CustomRole extends Role {
}
package cn.featherfly.authorities;
/**
*
* CostomRole
*
*
* @author zhongj
*/
public interface CustomRole extends Role {
}