From c417c607f22f90e1e1cec2d2a5fcde754f5adb73 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期一, 09 九月 2024 22:13:34 +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