比对接口
This commit is contained in:
@@ -66,5 +66,12 @@ namespace WMS.Web.Domain.IService
|
||||
/// <param name="isTransaction"></param>
|
||||
/// <returns></returns>
|
||||
Task<Result> UpdateRange(List<int> ids, int staffId, bool isReceive, bool isTransaction = true);
|
||||
|
||||
/// <summary>
|
||||
/// 采购订单物料明细和箱物料明细-对比
|
||||
/// </summary>
|
||||
/// <param name="dto"></param>
|
||||
/// <returns></returns>
|
||||
Task<Result<ContrastMaterialsResponse>> Contrast(ContrastMaterialsRequest dto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user