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