From 13dce68bfdf0aca4b05e800494d2cd82c36ac44c Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期四, 22 八月 2024 16:59:13 +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