From 0176d9a772244829011fc6b1bed8e26187e3ab62 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 10 八月 2024 19:20:07 +0800 Subject: [PATCH] 修复了一些已知问题 --- 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