From 4924bec5e175fc3456bb1e6a6539ffa1620b573e Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期四, 07 三月 2024 11:22:53 +0800 Subject: [PATCH] 下游接口调用出库移库完成接口 --- Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs b/Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs index ac496ef..3c16a1d 100644 --- a/Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs +++ b/Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs @@ -53,6 +53,7 @@ Id = m.Id, RoadwayNo = m.RoadwayNo, RoadwayName = m.RoadwayName, + WareHouseNo = m.WareHouseNo, WareHouseName = m.WareHouseInfo == null ? "" : m.WareHouseInfo.WareHouseName, AreaNo = m.AreaNo, Priority = m.Priority, -- Gitblit v1.8.0