1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/ToAPP/ToAPPService.cs
@@ -27,9 +27,18 @@
        private readonly IDt_SelectionStandardsRepository _SelectionStandardsRepository;
        private readonly IDt_WheelsStockService _WheelsStockService;
        private readonly IDt_CZInfo_mesRepository _CZInfo_MesRepository;
        private readonly IUnitOfWorkManage _unitOfWorkManage;
        private readonly IDt_WheelsStock_OldRepository dt_WheelsStock_OldRepository;
        private readonly ISelectionWheelsRepository _SelectionWheelsRepository;
        private readonly IDt_AxleshelfService _AxleshelfService;
        private readonly IDt_ZdpStockRepository _ZdpStockRepository;
        private readonly IDt_ZdpStockService _ZdpStockService;
        private readonly IDt_InZdp_mesRepository _InZdp_MesRepository;
        public ToAPPService(ILocationInfoRepository locationRepository, IDt_TaskRepository taskRepository, ISys_ConfigService configService, IDt_InWheels_mesRepository inWheels_MesRepository, IDt_WheelsStockRepository wheelsStockRepository, IDt_SelectionStandardsRepository selectionStandardsRepository, IDt_WheelsStockService wheelsStockService, IDt_CZInfo_mesRepository cZInfo_MesRepository, IUnitOfWorkManage unitOfWorkManage)
        private readonly IUnitOfWorkManage _unitOfWorkManage;
        private readonly IDt_PreOutboundRepository _PreOutboundRepository;
        private readonly IDt_PreOutbound_htyRepository _PreOutbound_htyRepository;
        public ToAPPService(ILocationInfoRepository locationRepository, IDt_TaskRepository taskRepository, ISys_ConfigService configService, IDt_InWheels_mesRepository inWheels_MesRepository, IDt_WheelsStockRepository wheelsStockRepository, IDt_SelectionStandardsRepository selectionStandardsRepository, IDt_WheelsStockService wheelsStockService, IDt_CZInfo_mesRepository cZInfo_MesRepository,  IUnitOfWorkManage unitOfWorkManage, IDt_WheelsStock_OldRepository dt_WheelsStock_OldRepository, ISelectionWheelsRepository selectionWheelsRepository, IDt_AxleshelfService axleshelfService, IDt_ZdpStockRepository zdpStockRepository, IDt_InZdp_mesRepository inZdp_MesRepository, IDt_ZdpStockService zdpStockService, IDt_PreOutboundRepository preOutboundRepository, IDt_PreOutbound_htyRepository preOutbound_htyRepository)
        {
            _InWheels_MesRepository = inWheels_MesRepository;
            _locationRepository = locationRepository;
@@ -40,6 +49,14 @@
            _WheelsStockService = wheelsStockService;
            _CZInfo_MesRepository = cZInfo_MesRepository;
            _unitOfWorkManage = unitOfWorkManage;
            this.dt_WheelsStock_OldRepository = dt_WheelsStock_OldRepository;
            _SelectionWheelsRepository = selectionWheelsRepository;
            _AxleshelfService = axleshelfService;
            _ZdpStockRepository = zdpStockRepository;
            _InZdp_MesRepository = inZdp_MesRepository;
            _ZdpStockService = zdpStockService;
            _PreOutboundRepository = preOutboundRepository;
            _PreOutbound_htyRepository = preOutbound_htyRepository;
        }
    }
}