From 32cfcc52c647b5dab8db7c5ca7b54ab3041e9d36 Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期三, 04 六月 2025 14:54:33 +0800
Subject: [PATCH] 修改车间出入库

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

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaSoServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaSoServer.cs
index d2260d4..1ec35da 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaSoServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaSoServer.cs
@@ -37,6 +37,11 @@
         /// <param name="userId"></param>
         Task SoSetQtyPinPick34(string soNo, string soDetailId, string palletNo, string PickQty, string palletNoNew, int userId);
 
+
+        Task ChejianPick(string palletNo, string boxNo, int userId);
+
+        List<BoxInfoDto> GetWmsBoxInfos(string boxNo);
+
         #endregion
 
         /// <summary>

--
Gitblit v1.8.0