服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-12-17 86722aca20973a1e73d0a446c124eb6a5790496b
Tiger.Business.MES/Transaction/Position.cs
@@ -993,6 +993,20 @@
            return list;
        }
        #endregion
        #region 提交前通用方法
        public async Task<ApiAction> CheckCode(string code) {
            var action = new ApiAction();
            try
            {
            }
            catch (Exception ex)
            {
                action.CatchExceptionWithLog(ex, $"检查条码{code}异常");
            }
            return action;
        }
        #endregion
        #endregion Functions
        public override bool Close(bool needSaveHistoryLog = false)