对比失败,直接接口返回错误信息

This commit is contained in:
tongfei
2023-11-07 11:56:27 +08:00
parent 40918ca085
commit ce296eb9d3
5 changed files with 7 additions and 15 deletions

View File

@@ -23,10 +23,5 @@ namespace WMS.Web.Core.Dto.InStockTask
/// 箱号明细数量的总和
/// </summary>
public decimal TotalCount { get; set; }
/// <summary>
/// 比对结果true为比对成功false为比对失败
/// </summary>
public bool IsRight { get; set; }
}
}