wangxinhui
2025-02-28 659b0ed98c87b164b96ac43b3c0c8a7d2f975bf2
代码管理/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,13 @@
        IOutboundOrderService OutboundOrderService { get; }
        IOutStockLockInfoService OutboundStockLockInfoService { get; }
        IMesPPOutboundOrderService MesPPOutboundOrderService { get; }
        IMesPPOutboundOrderDetailService MesPPOutboundOrderDetailService { get; }
        IMesPPCutOutboundOrderService MesPPCutOutboundOrderService { get; }
        IMesPPCutOutboundOrderDetailService MesPPCutOutboundOrderDetailService { get; }
    }
}