🎉 增加develop模块名

This commit is contained in:
smallchill 2019-01-21 20:58:41 +08:00
parent 56235abc34
commit cb4fa7ddee

View File

@ -92,6 +92,10 @@ public interface AppConstant {
* 日志模块名称
*/
String APPLICATION_LOG_NAME = APPLICATION_NAME_PREFIX + "log";
/**
* 开发模块名称
*/
String APPLICATION_DEVELOP_NAME = APPLICATION_NAME_PREFIX + "develop";
/**
* 测试模块名称
*/