end: 新增菜单、按钮常量

This commit is contained in:
wangiegie@gmail.com 2017-11-14 18:03:20 +08:00
parent 3021ab3341
commit 2cfd0e4235
1 changed files with 10 additions and 0 deletions

View File

@ -27,4 +27,14 @@ public interface CommonConstant {
* 正常
*/
String STATUS_NORMAL = "0";
/**
* 菜单
*/
String MENU = "0";
/**
* 按钮
*/
String BUTTON = "1";
}