服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-09 b47f3d201af8742375c789e0168c26875e569003
Tiger.Business.WMS/Transaction/Out_Default.cs
@@ -45,7 +45,7 @@
        /// </summary>
        public async Task<ApiAction<ScanOutput>> Scan(BaseInput input)
        {
            var action = new ApiAction<ScanOutput>();
            var action = new ApiAction<ScanOutput>(new ScanOutput());
            try
            {
                if (input.SN.IsNullOrEmpty())