From 6ac4b8a2fcd1043bc66f53bdf28c9ee00b8a57d0 Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期一, 26 八月 2024 08:33:17 +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