cn.featherfly.authorities.Application Maven / Gradle / Ivy
package cn.featherfly.authorities;
/**
*
* Application
*
*
* @author zhongj
*/
public interface Application {
String getCode();
String getName();
String getDescp();
}