From a770206c91e495b802b3e9371e06834586ad7715 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 30 十月 2025 20:17:30 +0800
Subject: [PATCH] 1
---
新建文件夹/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