新增关联文件夹菜单功能
This commit is contained in:
8
Constant/MenuTypeEnum.cs
Normal file
8
Constant/MenuTypeEnum.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace GeekDesk.Constant
|
||||
{
|
||||
public enum MenuTypeEnum
|
||||
{
|
||||
NORMAL = 0,
|
||||
RELATION_FOLDER = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user