Tiger.IBusiness/WMS/T100ToWMS/IMaterialInfoBusiness.cs
@@ -1,6 +1,5 @@ using 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); } }