调整结构

This commit is contained in:
18942506660
2024-07-27 13:45:45 +08:00
parent 5c566a9e47
commit 3b8b2127e8
11 changed files with 212 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ namespace WMS.Web.Domain.Infrastructure
/// </summary>
/// <param name="dto"></param>
/// <returns></returns>
Task<(List<InStockQueryResponse> list,int total)> GetPagedList(InStockQueryRequest dto,int companyId);
Task<(List<InStockQueryResponse> list,int total,decimal totalQty)> GetPagedList(InStockQueryRequest dto,int companyId);
/// <summary>
/// 箱是否存在于入库单明细中;(箱是否被上架了)

View File

@@ -20,7 +20,7 @@ namespace WMS.Web.Domain.Infrastructure
/// <param name="dto"></param>
/// <param name="companyId"></param>
/// <returns></returns>
Task<(List<InventoryDetailsQueryResponse> list,int total)> GetPagedList(InventoryDetailsQueryRequest dto, int companyId);
Task<(List<InventoryDetailsQueryResponse> list,int total,decimal totalQty)> GetPagedList(InventoryDetailsQueryRequest dto, int companyId);
/// <summary>
/// 批量添加