优化接口

This commit is contained in:
tongfei
2023-11-22 09:57:00 +08:00
parent b1c557c876
commit 935963aa18
8 changed files with 60 additions and 5 deletions

View File

@@ -21,6 +21,13 @@ namespace WMS.Web.Domain.Infrastructure
/// <returns></returns>
Task<(List<InStockQueryResponse> list,int total)> GetPagedList(InStockQueryRequest dto);
/// <summary>
/// 箱是否存在于入库单明细中;(箱是否被上架了)
/// </summary>
/// <param name="boxId"></param>
/// <returns></returns>
Task<bool> IsExistBy(int boxId);
/// <summary>
/// 添加
/// </summary>