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

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

@@ -159,4 +159,9 @@ public partial class WmsPurchaseH : BaseEntity<string>, IPurchaseAndSaleAuitEnti
/// erp到货单主表pk
/// </summary>
public string erp_arriveorder_pk { get;set; }
/// <summary>
/// 来源
/// </summary>
public string create_origin { get; set; }
}