From b91c166e2da452578c71423138a0291558b36344 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 25 七月 2025 15:43:15 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs |   48 ------------------------------------------------
 1 files changed, 0 insertions(+), 48 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs"
index d4db578..d062c76 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs"
@@ -21,54 +21,6 @@
         public StockInfoController(IStockInfoService service) : base(service)
         {
         }
-
-        /// <summary>
-        /// 鏌ヨ璁㈠崟绔嬪簱搴撳瓨瑙嗗浘
-        /// </summary>
-        /// <param name="orderId"></param>
-        /// <param name="materielCode"></param>
-        /// <returns></returns>
-        [HttpPost, HttpGet, Route("GetStockSelectViews")]
-        public List<StockSelectViewDTO> GetStockSelectViews(int orderId, string materielCode)
-        {
-            return Service.GetStockSelectViews(orderId, materielCode);
-        }
-
-        /// <summary>
-        /// 鏌ヨ璁㈠崟骞冲簱搴撳瓨瑙嗗浘
-        /// </summary>
-        /// <param name="orderId"></param>
-        /// <param name="materielCode"></param>
-        /// <returns></returns>
-        [HttpPost, HttpGet, Route("GetPKStockSelectViews")]
-        public List<StockSelectViewDTO> GetPKStockSelectViews(int orderId, string materielCode)
-        {
-            return Service.GetPKStockSelectViews(orderId, materielCode);
-        }
-
-        /// <summary>
-        /// 鏌ヨPP绔嬪簱搴撳瓨瑙嗗浘
-        /// </summary>
-        /// <param name="orderId"></param>
-        /// <param name="materlCode"></param>
-        /// <returns></returns>
-        [HttpPost, HttpGet, Route("PPGetStockSelectViews")]
-        public List<PPStockSelectViewDTO> PPGetStockSelectViews(int orderId, string materielCode)
-        {
-            return Service.PPGetStockSelectViews(orderId, materielCode);
-        }
-
-        /// <summary>
-        /// 鏌ヨ璁㈠崟PP骞冲簱搴撳瓨瑙嗗浘
-        /// </summary>
-        /// <param name="orderId"></param>
-        /// <param name="materielCode"></param>
-        /// <returns></returns>
-        [HttpPost, HttpGet, Route("PPGetPKStockSelectViews")]
-        public List<PPStockSelectViewDTO> PPGetPKStockSelectViews(int orderId, string materielCode)
-        {
-            return Service.PPGetPKStockSelectViews(orderId, materielCode);
-        }
         /// <summary>
         /// 鏍规嵁鎵樼洏鍜屽簱鍖烘煡璇㈠簱瀛樹俊鎭�
         /// </summary>

--
Gitblit v1.9.3