服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-25 a0f24affef770756509afda81b9e2711cd9c58c2
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())