From 49e6ac0d3b52f19ead1a055bba9aaa99929686b7 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期五, 27 三月 2026 08:51:37 +0800
Subject: [PATCH] perf: 优化任务均衡巷道和1206虚拟站台

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
index 987ee80..fa56366 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
@@ -10,6 +10,7 @@
 using WIDESEA_Core.BaseRepository;
 using WIDESEA_Core.BaseServices;
 using WIDESEA_DTO.Basic;
+using WIDESEA_DTO.Task;
 using WIDESEA_Model.Models;
 
 namespace WIDESEA_IBasicService
@@ -67,7 +68,7 @@
         /// <param name="WarehouseId">浠撳簱id</param>
         /// <param name="LocationType">璐т綅绫诲瀷</param>
         /// <returns></returns>
-        string AccessingTunnel(int WarehouseId, int LocationType, int taskCount);
+        string AccessingTunnel(int WarehouseId, int LocationType, List<RoadwayTaskCount> roadwayTaskCounts);
 
         /// <summary>
         /// 鏌ユ壘娴呰揣浣嶇姸鎬�

--
Gitblit v1.9.3