From a6a33f6916afbf1fc629baecb772939cda2ee981 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期四, 13 三月 2025 17:58:12 +0800
Subject: [PATCH] 代码提交

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ICachePointService.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ICachePointService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ICachePointService.cs"
index fc2cedf..73d9200 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ICachePointService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ICachePointService.cs"
@@ -16,6 +16,8 @@
 
         Dt_CachePoint? AssignCachePoint(int areaId);
 
+        Dt_CachePoint? EmptyCachePoint(string toaddress);
+
         Dt_CachePoint? GetIbStockCachePoint(int areaId);
 
         WebResponseContent CachePointEnableStatus(int[] keys);
@@ -25,5 +27,7 @@
         WebResponseContent CachePointEnableStatus(int key);
 
         WebResponseContent CachePointDisableStatus(int key);
+        WebResponseContent GetEndPoints();
+        WebResponseContent GetHCJStaue(string stationcode);
     }
 }

--
Gitblit v1.9.3