From 131347ad63bb534b5abb6dbc979f0a47d780d8ff Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期三, 15 一月 2025 15:06:05 +0800
Subject: [PATCH] ·

---
 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