新增关联文件夹菜单功能

This commit is contained in:
huangcan
2023-01-29 15:03:38 +08:00
parent 2fd078f722
commit ce17e7174e
9 changed files with 154 additions and 2 deletions

8
Constant/MenuTypeEnum.cs Normal file
View File

@@ -0,0 +1,8 @@
namespace GeekDesk.Constant
{
public enum MenuTypeEnum
{
NORMAL = 0,
RELATION_FOLDER = 1
}
}