原材料/成品调拨出库接口、采购收货添加是否赠品、单价、是否自制字段

This commit is contained in:
2024-08-19 10:30:34 +08:00
parent 4cc672766b
commit 3d74fea016
15 changed files with 635 additions and 149 deletions

View File

@@ -123,4 +123,14 @@ public partial class WmsPurchaseD : BaseEntity<string>
/// 已绑定数量
/// </summary>
public decimal? bind_qty { get; set; }
/// <summary>
/// 单价
/// </summary>
public decimal? price { get; set; }
/// <summary>
/// 是否赠品
/// </summary>
public int? gift { get; set; }
}