From 4b483d9d06bead231b88ca212fd799196668a057 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 28 四月 2026 22:58:27 +0800
Subject: [PATCH] fix(任务服务): 修复出库任务选择逻辑和货位分配问题
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IFakeBatteryPositionService.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IFakeBatteryPositionService.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IFakeBatteryPositionService.cs
index 11771e7..2e04e43 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IFakeBatteryPositionService.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IFakeBatteryPositionService.cs
@@ -29,6 +29,13 @@
bool MarkAsUsed(List<int> positions);
/// <summary>
+ /// 鏍囪鎸囧畾鐐逛綅涓哄彲鐢紙閲婃斁鐐逛綅锛�
+ /// </summary>
+ /// <param name="positions">鐐逛綅绱㈠紩鍒楄〃</param>
+ /// <returns>鏄惁鎴愬姛</returns>
+ bool MarkAsAvailable(List<int> positions);
+
+ /// <summary>
/// 鏍规嵁琛屽拰鍒楄幏鍙栫偣浣嶇储寮�
/// </summary>
/// <param name="row">琛岋紙1-3锛�</param>
--
Gitblit v1.9.3