优化
This commit is contained in:
@@ -94,6 +94,7 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
/// <returns></returns>
|
||||
Task<List<SourceBillNoNoPurchaseQueryResponse>> GetListInfoBy(InStockTaskBillNoQueryRequest dto);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 获取-已收货的箱子
|
||||
/// </summary>
|
||||
@@ -101,6 +102,13 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
/// <returns></returns>
|
||||
Task<List<ReceiveBoxResponse>> GetReceiveBox(int taskId);
|
||||
|
||||
/// <summary>
|
||||
/// 获取-已收货的箱子
|
||||
/// </summary>
|
||||
/// <param name="taskId"></param>
|
||||
/// <returns></returns>
|
||||
Task<List<ReceiveBoxResponse>> GetReceiveBox(int taskId, string materialNumber);
|
||||
|
||||
/// <summary>
|
||||
/// 批量添加
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user