wankeda
2026-01-19 fb8169d1d8e4e8e4c2091cc128c05a8966cc5915
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);
    }
}