From 964a430c977cfc2f539d6b7fab6161827fdd71db Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 12 四月 2024 16:31:53 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.IBusiness/WMS/T100ToWMS/IMaterialInfoBusiness.cs | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/Tiger.IBusiness/WMS/T100ToWMS/IMaterialInfoBusiness.cs b/Tiger.IBusiness/WMS/T100ToWMS/IMaterialInfoBusiness.cs index 6f071d6..35ef55f 100644 --- a/Tiger.IBusiness/WMS/T100ToWMS/IMaterialInfoBusiness.cs +++ b/Tiger.IBusiness/WMS/T100ToWMS/IMaterialInfoBusiness.cs @@ -1,6 +1,5 @@ 锘縰sing Rhea.Common; using Tiger.Model.Entitys.WMS.DTOS; -using Web.Core.Entities.Response; namespace Tiger.IBusiness { @@ -115,10 +114,5 @@ /// <returns></returns> int GetOrderStatus(OrderStatusDTO input); - /// <summary> - /// 鑾峰彇瓒呮湡鐗╂枡 - /// </summary> - /// <returns></returns> - Task<PageListModel<MaterialInfoDTO>> GetExtendedMaterialAsync(PageInput<NullDTO> input); } } \ No newline at end of file -- Gitblit v1.9.3