feture 增加关联实时文件夹

This commit is contained in:
BookerLiu
2023-03-21 17:18:18 +08:00
parent 32adce1815
commit 425d1a4ce5
9 changed files with 280 additions and 1 deletions

14
Constant/MenuType.cs Normal file
View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GeekDesk.Constant
{
public enum MenuType
{
NORMAL, //普通菜单
LINK, //关联菜单
}
}