From 517afb9079abcdecf99ec3ed4d71f90a4d479e7e Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期二, 04 十一月 2025 15:17:04 +0800
Subject: [PATCH] 11

---
 新建文件夹/WIDESEA_WMSServer/WIDESEA_IBasicService/IBasicService.cs |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_IBasicService/IBasicService.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_IBasicService/IBasicService.cs"
index b62017b..89d6314 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_IBasicService/IBasicService.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_IBasicService/IBasicService.cs"
@@ -4,6 +4,7 @@
 using System.Text;
 using System.Threading.Tasks;
 using WIDESEA_Core;
+using WIDESEA_ISquareCabinServices;
 
 namespace WIDESEA_IBasicService
 {
@@ -13,12 +14,6 @@
         /// 璐т綅涓氬姟灞�
         /// </summary>
         ILocationInfoService LocationInfoService { get; }
-
-        /// <summary>
-        /// 鐗╂枡涓氬姟灞�
-        /// </summary>
-        IMaterielInfoService MaterielInfoService { get; }
-
         /// <summary>
         /// 浠撳簱涓氬姟灞�
         /// </summary>
@@ -27,5 +22,7 @@
         IPalletCodeInfoService PalletCodeInfoService { get; }
 
         IMaterielCodeInfoService MaterielCodeInfoService { get; }
+
+        //IMedicineGoodsServices MedicineGoodsServices { get; }
     }
 }

--
Gitblit v1.9.3