From b330b8ff1b5315684b25afb534f74044dea1654b Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期二, 28 十月 2025 15:56:30 +0800
Subject: [PATCH] 优化

---
 新建文件夹/WIDESEA_WMSServer/ClassLibrary1/IInventoryInfoService.cs |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/IInventoryInfoService.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/IInventoryInfoService.cs"
index 8f11363..c242dec 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/IInventoryInfoService.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/IInventoryInfoService.cs"
@@ -3,6 +3,7 @@
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
+using WIDESEA_Core;
 using WIDESEA_Core.BaseRepository;
 using WIDESEA_Core.BaseServices;
 using WIDESEA_DTO.SquareCabin;
@@ -14,6 +15,16 @@
     public interface IInventoryInfoService : IService<Dt_InventoryInfo>
     {
         IRepository<Dt_InventoryInfo> Repository { get; }
-        public ApiResponse<Dt_InventoryInfo> OrderFeedback(EdiOrderCallbackRequest request);
+        /// <summary>
+        /// 鑾峰彇搴撳瓨淇℃伅
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent GetInventory();
+
+        /// <summary>
+        /// 鑾峰彇涓存湡鐨勫拰绔嬪簱搴撳瓨浣庢姤璀�
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent GetExpiredAndlow();
     }
 }

--
Gitblit v1.9.3