init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Zhaizj.Framework.Common.Security {
|
||||
|
||||
/// <summary>
|
||||
/// 网站用户的角色分组枚举(管理组和普通组)
|
||||
/// </summary>
|
||||
public class RoleGroup {
|
||||
|
||||
public static readonly int Admin = 1;
|
||||
public static readonly int Normal = 2;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user