From 0464969366317154fdbb51e106ca778b855bdd08 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期六, 17 八月 2024 15:45:28 +0800
Subject: [PATCH] Merge branch 'master' into wxw
---
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index 06436ae..702e76c 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -51,13 +51,13 @@
void BindPalletByJc23(PdaPalletBindVm model, int userId, string origin);
//JC23缁戝畾鐗╂枡鎵樼洏鍗冲鍔犲簱瀛�
- public void BindPalletStock(PdaPalletBindVm model, int userId, string origin);
+ void BindPalletStock(PdaPalletBindVm model, int userId, string origin);
- /// <summary>
- /// JC26缁戝畾鎵樼洏 璐存爣鐗╂枡
- /// </summary>
- /// <param name="model"></param>
- /// <param name="userId"></param>
+ ///// <summary>
+ ///// JC26缁戝畾鎵樼洏 璐存爣鐗╂枡
+ ///// </summary>
+ ///// <param name="model"></param>
+ ///// <param name="userId"></param>
void BindPalletPasteCode(PdaPalletBindVm model, int userId);
/// <summary>
--
Gitblit v1.8.0