init commit
This commit is contained in:
22
20220330_Vote/Ewide.Core/Enum/MenuWeight.cs
Normal file
22
20220330_Vote/Ewide.Core/Enum/MenuWeight.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Ewide.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// 菜单权重
|
||||
/// </summary>
|
||||
public enum MenuWeight
|
||||
{
|
||||
/// <summary>
|
||||
/// 系统权重
|
||||
/// </summary>
|
||||
[Description("系统权重")]
|
||||
SUPER_ADMIN_WEIGHT = 1,
|
||||
|
||||
/// <summary>
|
||||
/// 业务权重
|
||||
/// </summary>
|
||||
[Description("业务权重")]
|
||||
DEFAULT_WEIGHT = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user