From eabf2e6548bb37b8628dbf0f59ab1053b9af5bdc Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 03 十一月 2025 15:02:29 +0800
Subject: [PATCH] 优化调拨逻辑

---
 新建文件夹/WIDESEA_WMSServer/WIDESEA_BasicService/BasicService.cs |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_BasicService/BasicService.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_BasicService/BasicService.cs"
index ac56868..49d3d88 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_BasicService/BasicService.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_BasicService/BasicService.cs"
@@ -1,4 +1,5 @@
 锘縰sing WIDESEA_IBasicService;
+using WIDESEA_IWMsInfoServices;
 
 namespace WIDESEA_BasicService
 {
@@ -8,16 +9,13 @@
 
         public ILocationInfoService LocationInfoService { get; }
 
-        public IMaterielInfoService MaterielInfoService { get; }
-
         public IWarehouseService WarehouseService { get; }
 
         public IMaterielCodeInfoService MaterielCodeInfoService { get; }
 
-        public BasicService(ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IWarehouseService warehouseService, IPalletCodeInfoService palletCodeInfoService, IMaterielCodeInfoService materielCodeInfoService)
+        public BasicService(ILocationInfoService locationInfoService, IWarehouseService warehouseService, IPalletCodeInfoService palletCodeInfoService, IMaterielCodeInfoService materielCodeInfoService)
         {
             LocationInfoService = locationInfoService;
-            MaterielInfoService = materielInfoService;
             WarehouseService = warehouseService;
             PalletCodeInfoService = palletCodeInfoService;
             MaterielCodeInfoService = materielCodeInfoService;

--
Gitblit v1.9.3