From cd93dd1fd57afa3437e43499236273c2e1df4423 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期五, 19 十二月 2025 14:55:50 +0800
Subject: [PATCH] 车间出库页面车间增加1003车间一楼备件库

---
 Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index 586d1c8..85bf998 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -1,11 +1,12 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Text;
-using System.Threading.Tasks;
-using Model.ModelDto;
+锘縰sing Model.ModelDto;
 using Model.ModelDto.BllCheckDto;
 using Model.ModelDto.DataDto;
 using Model.ModelDto.PdaDto;
+using Model.ModelDto.SysDto;
+using System;
+using System.Collections.Generic;
+using System.Text;
+using System.Threading.Tasks;
 using WMS.Entity.DataEntity;
 using WMS.Entity.SysEntity;
 
@@ -109,13 +110,17 @@
         /// <param name="palletNo"></param>
         /// <returns></returns>
         Task<List<SysStorageArea>> GetStorageArea(string palletNo);
+
+
         /// <summary>
         /// 鏍规嵁鍖哄煙鍙疯幏鍙栧偍浣嶅湴鍧�闆嗗悎
         /// </summary>
         /// <param name="areaNo"></param>
         /// <returns></returns>
         /// <exception cref="Exception"></exception>
-        List<string> GetLocatByArea(string areaNo);
+        List<SysStorageLocatDto> GetLocatByArea(string areaNo);
+
+
         /// <summary>
         /// 鑾峰彇宸插垎閰嶇殑鍑哄簱鍗曟嵁
         /// </summary>

--
Gitblit v1.8.0