接口优化

This commit is contained in:
tongfei
2023-11-17 15:54:55 +08:00
parent 1a28d353f9
commit d2740124d2
9 changed files with 71 additions and 123 deletions

View File

@@ -25,7 +25,7 @@ namespace WMS.Web.Domain.Infrastructure
/// </summary>
/// <param name="boxBillNo"></param>
/// <returns></returns>
Task<List<BoxInventoryDetailsResponse>> GetListDetailsBy(string boxBillNo);
Task<BoxInventoryResponse> GetInfoBy(string boxBillNo);
/// <summary>
/// 列表-根据箱ids