From dbcf22865fea062e9a311a69ccaee0b12c51c8de Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 16 三月 2023 17:41:39 +0800 Subject: [PATCH] 1 --- ExportMap/cs/SGUtils.cs | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/SGUtils.cs b/ExportMap/cs/SGUtils.cs index df8e3f7..cd91cb2 100644 --- a/ExportMap/cs/SGUtils.cs +++ b/ExportMap/cs/SGUtils.cs @@ -1,4 +1,5 @@ -锘縰sing System; +锘縰sing ExportMap.Models; +using System; using System.Collections.Generic; using System.Configuration; using System.Linq; @@ -51,5 +52,17 @@ return ConfigurationManager.AppSettings["sgDB"]; } } + + /// <summary> + /// 鍙戝竷鏁版嵁 + /// </summary> + /// <param name="args">XYZ鍙傛暟</param> + /// <returns>琛屾暟</returns> + public static int Release(XYZArgs args) + { + + + return 0; + } } } -- Gitblit v1.9.3