服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-07 ef691687fb6a3d9da7c254c974d526af89f602ff
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())