From 1e26a7575d9969e728b0aa01466f490409cb173c Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期五, 18 十月 2024 18:41:30 +0800
Subject: [PATCH] Merge branch 'master' into csc
---
Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index b125082..6963b55 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -137,7 +137,17 @@
/// <param name="palletNo"></param>
/// <param name="areaNo"></param>
/// <param name="userId"></param>
- void AgvTransport2(string soNo, string palletNo, string areaNo, int userId, string url);
+ List<string> AgvTransport2(string soNo, string palletNo, string areaNo, int userId, string url);
+ #endregion
+
+ #region 绠辩爜鏌ヨ
+ /// <summary>
+ /// pda搴撳瓨鏌ヨ
+ /// </summary>
+ /// <param name="boxNo">鍌ㄤ綅缂栧彿</param>
+ /// <param name="palletNo">鎵樼洏鍙�</param>
+ /// <returns></returns>
+ DataBoxDto GetBoxQueryList(string boxNo);
#endregion
}
}
--
Gitblit v1.8.0