From 4108af346376cce285499336917fd01b2435de06 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期六, 21 六月 2025 11:03:55 +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