wankeda
2026-01-18 f7ad3416dfc1558be842f3190688adc9a5a8933d
WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -65,6 +65,7 @@
        WebResponseContent OutboundTaskCompleted(int taskNum);
        WebResponseContent AddOutboundOrders(Houseounbound orderAddDTO);
        WebResponseContent InventoryOut(HouseCancelOut houseInventoryOut);
        WebResponseContent SMOMAdjustment(HouseAdjustment houseAdjustment);
        WebResponseContent InventoryIn(string name, int qty);
        /// <summary>
        /// 分配巷道
@@ -101,5 +102,7 @@
        WebResponseContent WMSGenerateNewOutboundTask(int[] keys);
        WebResponseContent WMSGenerateSTOutboundTask(int[] keys);
        WebResponseContent SMOMGenerateSTOutboundTask(int[] keys);
    }
}