服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-04-30 a1bb51e7a4c60de2000eaddc5fbc862d3aa0c3b8
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);
    }
}