From beadde317e6dd4b00d508eb960138cbfb4b5b006 Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期一, 17 三月 2025 10:45:38 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.Business.WMS/Transaction/WMSTransactionBase.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/WMSTransactionBase.cs b/Tiger.Business.WMS/Transaction/WMSTransactionBase.cs index 186c7ad..f2c6c0b 100644 --- a/Tiger.Business.WMS/Transaction/WMSTransactionBase.cs +++ b/Tiger.Business.WMS/Transaction/WMSTransactionBase.cs @@ -71,7 +71,7 @@ { var action = new ApiAction(); - ResetInfo(); + ResetScan(); action.IsSuccessed = true; //action.LocaleMsg = new($"鎿嶄綔宸查噸缃紝璇烽噸鏂版壂鎻�"); action.LocaleMsg = new("WMS.Transaction.Reset"); @@ -81,7 +81,7 @@ /// <summary> /// 閲嶇疆褰撳墠鎿嶄綔锛屾湁闇�瑕佸垯閲嶅啓姝ゆ柟娉� /// </summary> - public virtual void ResetInfo() + public virtual void ResetScan() { ProcessingSn = null; } @@ -89,7 +89,7 @@ #region MQTT /// <summary> - /// 璁剧疆褰撳墠鏉$爜鐨勫伐搴忎俊鎭� + /// 璁剧疆褰撳墠鏉$爜鐨凪QTT淇℃伅 /// </summary> public ApiAction<ScanOutput> SetOutPutMqttMsg(ApiAction<ScanOutput> action, string locale = null) { -- Gitblit v1.9.3