导出列表
This commit is contained in:
@@ -19,7 +19,7 @@ using WMS.Web.Repositories.Configuration;
|
||||
|
||||
namespace WMS.Web.Repositories
|
||||
{
|
||||
public class OutStockRepositories : IOutStockRepositories
|
||||
public class OutStockRepositories : IAllFielRepositories<OutStockQueryRequest>, IOutStockRepositories
|
||||
{
|
||||
private readonly IMapper _mapper;
|
||||
private readonly IServiceProvider _serviceProvider;
|
||||
@@ -292,5 +292,10 @@ namespace WMS.Web.Repositories
|
||||
};
|
||||
return response;
|
||||
}
|
||||
|
||||
public async Task<(object obj, int total)> GetListField(OutStockQueryRequest dto, int companyId)
|
||||
{
|
||||
return await GetListAsync(dto);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user