收货-优化
This commit is contained in:
@@ -56,16 +56,6 @@ namespace WMS.Web.Domain.IService
|
||||
/// <returns></returns>
|
||||
Task<Result<BoxInStockTaskDto>> GetInfoByBox(string boxBillNo);
|
||||
|
||||
/// <summary>
|
||||
/// 修改-入库任务信息
|
||||
/// </summary>
|
||||
/// <param name="dto"></param>
|
||||
/// <param name="staffId"></param>
|
||||
/// <param name="isReceive"></param>
|
||||
/// <param name="isTransaction"></param>
|
||||
/// <returns></returns>
|
||||
Task<Result<InStockTask>> Update(UpdateInStockTaskRequest dto, int staffId, bool? isReceive, bool isTransaction = true, bool isNoPurchaseShelf = false);
|
||||
|
||||
/// <summary>
|
||||
/// 批量修改-入库任务信息
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user