From 0a2d917dba66be92bfaa628abee1a5792f0f4e7a Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期三, 11 九月 2024 11:09:59 +0800 Subject: [PATCH] 日志 --- DevApp/Gs.DevApp/Properties/Settings.Designer.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/Properties/Settings.Designer.cs b/DevApp/Gs.DevApp/Properties/Settings.Designer.cs index 8220d8c..5554b3d 100644 --- a/DevApp/Gs.DevApp/Properties/Settings.Designer.cs +++ b/DevApp/Gs.DevApp/Properties/Settings.Designer.cs @@ -62,12 +62,12 @@ [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] - public string orgguid { + public string orgGuid { get { - return ((string)(this["orgguid"])); + return ((string)(this["orgGuid"])); } set { - this["orgguid"] = value; + this["orgGuid"] = value; } } } -- Gitblit v1.9.3