From abf3ceabdd98abd0d955b03732e581a43c4e9fb0 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 13 一月 2025 15:01:31 +0800
Subject: [PATCH] 解决冲突

---
 Yw.BLL.Unit.Core/02-httpclient/09-dbfirst/UnitDbFirstHelper.cs |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/Yw.BLL.Unit.Core/02-httpclient/09-dbfirst/UnitDbFirstHelper.cs b/Yw.BLL.Unit.Core/02-httpclient/09-dbfirst/UnitDbFirstHelper.cs
new file mode 100644
index 0000000..dd7ae93
--- /dev/null
+++ b/Yw.BLL.Unit.Core/02-httpclient/09-dbfirst/UnitDbFirstHelper.cs
@@ -0,0 +1,23 @@
+锘縩amespace Yw.CAL.HttpClient
+{
+    /// <summary>
+    /// 
+    /// </summary>
+    public class UnitDbFirstHelper : BaseCAL, IUnitDbFirstHelper
+    {
+        protected override string Prefix
+        {
+            get { return $"{Yw.BLL.Unit.ConfigHelper.HttpUrl}/Unit/DbFirst"; }
+        }
+
+        /// <summary>
+        /// 
+        /// </summary>
+        public async Task<bool> Initial()
+        {
+            return await GetUrl("Initial@V1.0").Get<bool>();
+        }
+
+
+    }
+}

--
Gitblit v1.9.3