1
WINDOWS-F96JH03\Kain
2026-03-17 8854e1659aed3225919238422fc1de8f5d61d02a
项目代码/WMS/WMSServer/WIDESEA_StoragIntegrationServices/WCS/WCSService.cs
@@ -32,7 +32,7 @@
        private readonly LogFactory LogFactory = new LogFactory();
        public WCSService(ILocationInfoRepository locationRepository, IDt_TaskRepository taskRepository, ISys_ConfigService configService, IDt_StationManagerRepository stationManagerRepository, IMESService mesService, IDt_PalletStockInfoRepository palletStockInfoRepository, IDt_CarBodyInfoRepository carBodyInfoRepository, IDt_RoadWayInfoRepository roadWayInfoRepository, IDt_RoadWayRepository roadWayRepository, IDt_TaskService taskService, IUnitOfWorkManage unitOfWorkManage)
        public WCSService(ILocationInfoRepository locationRepository, IDt_TaskRepository taskRepository, ISys_ConfigService configService, IDt_StationManagerRepository stationManagerRepository, IMESService mesService, IDt_PalletStockInfoRepository palletStockInfoRepository, IDt_CarBodyInfoRepository carBodyInfoRepository, IDt_RoadWayInfoRepository roadWayInfoRepository, IDt_RoadWayRepository roadWayRepository, IDt_TaskService taskService, IUnitOfWorkManage unitOfWorkManage,IDt_MESLockInfoRepository mesLockInfoRepository)
        {
            _locationRepository = locationRepository;
            _taskRepository = taskRepository;
@@ -45,6 +45,7 @@
            _roadWayRepository = roadWayRepository;
            _taskService = taskService;
            _unitOfWorkManage = unitOfWorkManage;
            _mesLockInfoRepository = mesLockInfoRepository;
        }
    }
}