From a89e6ba4b31d13e437d04146490ba8f1c299da08 Mon Sep 17 00:00:00 2001 From: wangsheng <123456> Date: 星期二, 01 三月 2022 20:45:22 +0800 Subject: [PATCH] Merge branch 'Develop' of http://8.129.227.30:10801/r/SMGW_NewWeb into Develop --- web/Model/ISessionObject.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/Model/ISessionObject.cs b/web/Model/ISessionObject.cs index 79c73e8..9e12fa7 100644 --- a/web/Model/ISessionObject.cs +++ b/web/Model/ISessionObject.cs @@ -1,12 +1,12 @@ -锘� +锘� public interface ISessionObject { - string Account { get; } + string Account { get; } - bool HasRight(string functionID); + bool HasRight(string functionID); - bool ContainsTargetID(string functionID, string targetID); + bool ContainsTargetID(string functionID, string targetID); - string[] GetSubMenuArray(string functionID); + string[] GetSubMenuArray(string functionID); } -- Gitblit v1.9.1