From 150b2843db8bf76a35615aa46c17f59df1a0f0f4 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期三, 28 五月 2025 17:25:04 +0800 Subject: [PATCH] 双钱-搬送流程记录班次字段 --- wms/WMSHelper.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wms/WMSHelper.cs b/wms/WMSHelper.cs index 3fc5bde..18535e1 100644 --- a/wms/WMSHelper.cs +++ b/wms/WMSHelper.cs @@ -1,15 +1,7 @@ -锘縰sing HH.WCS.Mobox3.DoubleCoin.api; -using HH.WCS.Mobox3.DoubleCoin.dispatch; +锘縰sing HH.WCS.Mobox3.DoubleCoin.dispatch; using HH.WCS.Mobox3.DoubleCoin.models; using HH.WCS.Mobox3.DoubleCoin.util; using System; -using System.Collections.Generic; -using System.Linq; -using System.Linq.Expressions; -using System.Reflection; -using System.Runtime.Remoting.Messaging; -using System.Text; -using System.Threading.Tasks; using static HH.WCS.Mobox3.DoubleCoin.api.ApiModel; namespace HH.WCS.Mobox3.DoubleCoin.wms @@ -89,7 +81,13 @@ } } - + /// <summary> + /// 鎻掑叆鎿嶄綔鍛樹俊鎭�+ /// </summary> + /// <param name="staff"></param> + /// <param name="type"></param> + /// <param name="cntrCode"></param> + /// <param name="qty"></param> public static void InsertOpInfo(string staff, string type , string cntrCode ="",int qty = 0) { try @@ -123,5 +121,7 @@ LogHelper.Error($"鎻掑叆鎿嶄綔鍛樹俊鎭紝鍙戠敓浜嗗紓甯革紝{ex.Message}",ex); } } + + } } -- Gitblit v1.9.1