From fdb9e49a3ba2c5d10f0005fa7926a33e28108ec8 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期六, 24 二月 2024 11:18:37 +0800
Subject: [PATCH] Merge branch 'wxw'

---
 Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index f5799f7..d3eab85 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -4,6 +4,7 @@
 using Model.ModelDto.BllCheckDto;
 using Model.ModelDto.PdaDto;
 using WMS.Entity.DataEntity;
+using WMS.Entity.SysEntity;
 
 namespace WMS.IBLL.IPdaServer
 {
@@ -90,5 +91,19 @@
 
         #endregion
 
+        #region AGV杞繍
+        /// <summary>
+        /// 鑾峰彇鎵樼洏鎵�鍦ㄥ偍浣嶅湴鍧�
+        /// </summary>
+        /// <param name="palletNo"></param>
+        /// <returns></returns>
+        string GetPalletLocatNo(string palletNo);
+        /// <summary>
+        /// 鑾峰彇鎵樼洏鎵�鍦ㄦゼ灞傛墍鏈夊尯鍩�
+        /// </summary>
+        /// <param name="palletNo"></param>
+        /// <returns></returns>
+        List<SysStorageArea> GetStorageArea(string palletNo);
+        #endregion
     }
 }

--
Gitblit v1.8.0