1
helongyang
2025-06-12 25cb7cd50d12f48e93d6cde47420ca3458e9c47a
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundService.cs
@@ -7,7 +7,7 @@
namespace WIDESEA_IOutboundService
{
    public interface IOutboundService:IDependency
    public interface IOutboundService : IDependency
    {
        IMesOutboundOrderService MesOutboundOrderService { get; }
@@ -16,5 +16,18 @@
        IOutboundOrderService OutboundOrderService { get; }
        IOutStockLockInfoService OutboundStockLockInfoService { get; }
        IMesPPOutboundOrderService MesPPOutboundOrderService { get; }
        IMesPPOutboundOrderDetailService MesPPOutboundOrderDetailService { get; }
        IMesPPCutOutboundOrderService MesPPCutOutboundOrderService { get; }
        IMesPPCutOutboundOrderDetailService MesPPCutOutboundOrderDetailService { get; }
        IProOutOrderService ProOutOrderService { get; }
        IProOutOrderDetailService ProOutOrderDetailService { get; }
        IMesRworkOutboundOrderService RworkOutboundOrderService { get; }
        IErpProTransferOrderService ErpProTransferOrderService { get; }
    }
}