mirror of https://gitee.com/maxjhandsome/pig
end: 新增菜单、按钮常量
This commit is contained in:
parent
3021ab3341
commit
2cfd0e4235
|
@ -27,4 +27,14 @@ public interface CommonConstant {
|
|||
* 正常
|
||||
*/
|
||||
String STATUS_NORMAL = "0";
|
||||
|
||||
/**
|
||||
* 菜单
|
||||
*/
|
||||
String MENU = "0";
|
||||
|
||||
/**
|
||||
* 按钮
|
||||
*/
|
||||
String BUTTON = "1";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue