init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Zhaizj.Framework.Common.Security {
|
||||
|
||||
/// <summary>
|
||||
/// 可存储权限数据的对象接口
|
||||
/// </summary>
|
||||
public interface ISecurity {
|
||||
|
||||
String Security { get; set; }
|
||||
Result update();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user