采购任务单加个销售字段

This commit is contained in:
tongfei
2024-03-27 16:42:44 +08:00
parent e3730f19ab
commit 04cd982b75
5 changed files with 36 additions and 4 deletions

View File

@@ -55,5 +55,10 @@ namespace WMS.Web.Core.Dto.Erp
/// 条码
/// </summary>
public string BarCode { get; set; }
/// <summary>
/// 是否启用批号管理
/// </summary>
public bool IsBatchManage { get; set; }
}
}