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

cn.featherfly.authorities.Application Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version

package cn.featherfly.authorities;

/**
 * 

* Application *

* * @author zhongj */ public interface Application { String getCode(); String getName(); String getDescp(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy