From ecba6cab0840a9014b4e6e96f2f7b89070cc60e1 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期三, 02 十一月 2022 09:13:52 +0800 Subject: [PATCH] 更新编辑短信错误 --- 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