This commit is contained in:
tongfei
2024-03-29 15:16:06 +08:00
8 changed files with 31 additions and 7 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;
}
}