获取条码增加返回是否是老ops条码

This commit is contained in:
18942506660
2024-03-29 11:21:04 +08:00
parent 524ee60ebf
commit b684993b73
3 changed files with 11 additions and 0 deletions

View File

@@ -45,5 +45,9 @@ namespace WMS.Web.Core.Dto
/// 物料规格型号
/// </summary>
public string Specifications { get; set; }
/// <summary>
/// 是否是老Ops条码
/// </summary>
public bool IsOldOps { get; set; } = false;
}
}