From 0980130ac875cc1fc0d2f3ca34ec70fc00ff6664 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期四, 19 九月 2024 21:31:55 +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