服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-26 f4327aac4db2b625aa8254206ea37b46126b5592
Tiger.Business.WMS/Transaction/Out_Default.cs
@@ -177,7 +177,7 @@
        /// </summary>
        public async Task<ApiAction<ScanOutput>> ScanShelf(string Code)
        {
            var action = new ApiAction<ScanOutput>();
            var action = new ApiAction<ScanOutput>(new ScanOutput() { Command = Command });
            try
            {
                if (Code.IsNullOrEmpty())