From d09a1552e45e6cfc8f83c0249cd296b8706c0dc2 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期二, 20 五月 2025 09:33:27 +0800
Subject: [PATCH] 修改下发AGV任务接口,修改条码增加功能
---
Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
index 2014c78..0352d8e 100644
--- a/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
+++ b/Wms/WMS.IBLL/ISysServer/IStorageLocatServer.cs
@@ -176,11 +176,10 @@
/// <summary>
/// 鑾峰彇鍌ㄤ綅淇℃伅(骞冲簱鍥句緥)
/// </summary>
- /// <param name="wareHouseNo">浠撳簱</param>
/// <param name="row">鎺�</param>
/// <returns></returns>
- List<SysStorageLocat> GetFlatLibraryLegend(string wareHouseNo, string row);
+ List<LocatDto> GetFlatLibraryLegend(string row);
#endregion
--
Gitblit v1.8.0