From 8c6e292c508312eca0aef4c203e5857c4fc3094c Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期六, 07 九月 2024 09:18:39 +0800
Subject: [PATCH] Merge branch 'master' into Liudl

---
 Wms/WMS.BLL/SysServer/LogisticsInfoServer.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.BLL/SysServer/LogisticsInfoServer.cs b/Wms/WMS.BLL/SysServer/LogisticsInfoServer.cs
index cb334f7..b83c3ac 100644
--- a/Wms/WMS.BLL/SysServer/LogisticsInfoServer.cs
+++ b/Wms/WMS.BLL/SysServer/LogisticsInfoServer.cs
@@ -70,6 +70,12 @@
             return data;
         }
 
+        public async Task<SysLogisticsInfo> GetLogisticsDelInfo(int id)
+        {
+            var data = await LogisticsInfoRst.GetOneByIdAsync1(id);
+            return data;
+        }
+
         public async Task<List<SysLogisticsInfo>> GetLogisticsInfoSelect()
         {
             var data = await LogisticsInfoRst.GetAllAsync();

--
Gitblit v1.8.0