dengjunjie
2025-06-17 f40ba2a9fb9d3c2ece08e9a7cd987d4744dccab2
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/InboundService.cs
@@ -13,10 +13,13 @@
        public IInboundOrderService InbounOrderService { get; }
        public InboundService(IInboundOrderDetailService inboundOrderDetailService, IInboundOrderService inbounOrderService)
        public IInboundOrderHtyService InboundOrderHtyService { get; }
        public InboundService(IInboundOrderDetailService inboundOrderDetailService, IInboundOrderService inbounOrderService, IInboundOrderHtyService inboundOrderHtyService)
        {
            InboundOrderDetailService = inboundOrderDetailService;
            InbounOrderService = inbounOrderService;
            InboundOrderHtyService = inboundOrderHtyService;
        }
    }
}