获取条码增加返回是否是老ops条码
This commit is contained in:
@@ -45,5 +45,9 @@ namespace WMS.Web.Core.Dto
|
||||
/// 物料规格型号
|
||||
/// </summary>
|
||||
public string Specifications { get; set; }
|
||||
/// <summary>
|
||||
/// 是否是老Ops条码
|
||||
/// </summary>
|
||||
public bool IsOldOps { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user