From 5cca6577da46e7525e8f73c447e6f6e58702392a Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 12 六月 2024 16:24:38 +0800 Subject: [PATCH] 增加标签模板 --- 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