From 0b32a617aec0fbf6ce0d64853ec4cc0e7cf64efa Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期三, 25 六月 2025 11:35:26 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/ToAPP/ToAPPService.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/ToAPP/ToAPPService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/ToAPP/ToAPPService.cs"
index e0855a1..317d865 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/ToAPP/ToAPPService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/ToAPP/ToAPPService.cs"
@@ -28,10 +28,13 @@
         private readonly IDt_WheelsStockService _WheelsStockService;
         private readonly IDt_CZInfo_mesRepository _CZInfo_MesRepository;
         private readonly IDt_WheelsStock_OldRepository dt_WheelsStock_OldRepository;
+        private readonly ISelectionWheelsRepository _SelectionWheelsRepository;
+        private readonly IDt_AxleshelfService _AxleshelfService;
+
 
         private readonly IUnitOfWorkManage _unitOfWorkManage;
 
-        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)
+        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)
         {
             _InWheels_MesRepository = inWheels_MesRepository;
             _locationRepository = locationRepository;
@@ -43,6 +46,8 @@
             _CZInfo_MesRepository = cZInfo_MesRepository;
             _unitOfWorkManage = unitOfWorkManage;
             this.dt_WheelsStock_OldRepository = dt_WheelsStock_OldRepository;
+            _SelectionWheelsRepository = selectionWheelsRepository;
+            _AxleshelfService = axleshelfService;
         }
     }
 }

--
Gitblit v1.9.3