服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
昨天 52e14bf30c5ce0f5ec90db0b1410295fe19b62e8
Tiger.Business.WMS/Transaction/Yada/Out_BIZ_WMS_PREP.cs
@@ -15,6 +15,7 @@
using MailKit.Search;
using Tiger.Business.WMS.Extensions;
using static Tiger.Model.BIZ_WMS_PREP_BTH;
using Microsoft.CodeAnalysis.Options;
namespace Tiger.Business.WMS.Transaction
{
@@ -51,7 +52,8 @@
            var action = new ApiAction<ScanOutput>(new ScanOutput());
            try
            {
                //Result<List<SuggestItem>> result = Suggest("CurPrepDtl.ORDER_NO", "CurPrepDtl.ITEM_CODE", new SuggestOption(), new(), 100.0);
                //action.LocaleMsg = result.LocaleMsg;
                if (input.Command == "ScanOrder")
                {
                    action = await ScanOrder(input);