From 5d639c50896850ee8065ee9b54b986dffd4593e2 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期三, 10 四月 2024 16:02:10 +0800
Subject: [PATCH] 移除Core

---
 Tiger.Api/Controllers/WMS/T100ToWMS/MaterialInfoController.cs |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/Tiger.Api/Controllers/WMS/T100ToWMS/MaterialInfoController.cs b/Tiger.Api/Controllers/WMS/T100ToWMS/MaterialInfoController.cs
index 7c4f850..0665639 100644
--- a/Tiger.Api/Controllers/WMS/T100ToWMS/MaterialInfoController.cs
+++ b/Tiger.Api/Controllers/WMS/T100ToWMS/MaterialInfoController.cs
@@ -9,7 +9,6 @@
 using Tiger.Model;
 using Tiger.Model.Entitys.WMS.DTOS;
 using Tiger.Model.Minsun;
-using Web.Core.Entities.Response;
 
 namespace Tiger.Api.Controllers.WMS.T00ToWMS
 {
@@ -242,15 +241,5 @@
             return Ok(response);
         }
 
-        /// <summary>
-        /// 鑾峰彇瓒呮湡鐗╂枡
-        /// </summary>
-        /// <returns></returns>
-        [HttpPost]
-        [Route("[Controller]/[Action]")]
-        public async Task<PageListModel<MaterialInfoDTO>> GetExtendedMaterial(PageInput<NullDTO> input)
-        {
-            return await _materialBus.GetExtendedMaterialAsync(input);
-        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3