采购订单添加是否赠品,单位id记录

This commit is contained in:
2024-08-19 16:51:30 +08:00
parent 509a51cc80
commit 06610549b0
3 changed files with 18 additions and 8 deletions

View File

@@ -124,4 +124,14 @@ public partial class WmsPurchaseOrderD : BaseEntity<string>
/// </summary>
public string? lineno { get; set; }
/// <summary>
/// 单位id
/// </summary>
public string? unit_id { get; set; }
/// <summary>
/// 是否赠品
/// </summary>
public int? gift { get; set; }
}