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