first commit
This commit is contained in:
17
Infrastructure/GlobalConstant.cs
Normal file
17
Infrastructure/GlobalConstant.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Infrastructure
|
||||
{
|
||||
/// <summary>
|
||||
/// 全局静态常量
|
||||
/// </summary>
|
||||
public class GlobalConstant
|
||||
{
|
||||
/// <summary>
|
||||
/// 管理员权限
|
||||
/// </summary>
|
||||
public static string AdminPerm = "*:*:*";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user