From 499f0fe29df8dbbad2be559833de311fbeb4d124 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 16 十二月 2024 09:35:23 +0800
Subject: [PATCH] WMS接口

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

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
index e32d8bb..69697c9 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs"
@@ -17,6 +17,14 @@
     {
         ILocationInfoRepository Repository { get; }
 
+        WebResponseContent LocationEnableStatus(int[] keys);
+
+        WebResponseContent LocationDisableStatus(int[] keys);
+
+        WebResponseContent LocationEnableStatus(int key);
+
+        WebResponseContent LocationDisableStatus(int key);
+
         WebResponseContent InitializationLocation(InitializationLocationDTO initializationLocationDTO);
 
         Dt_LocationInfo? AssignLocation(string roadwayNo, PalletTypeEnum palletType);

--
Gitblit v1.9.3