采购收货仓库类型

This commit is contained in:
2024-08-19 16:18:45 +08:00
parent 5abfc66dd2
commit e824409036
3 changed files with 6 additions and 5 deletions

View File

@@ -133,4 +133,9 @@ public partial class WmsPurchaseD : BaseEntity<string>
/// 是否赠品
/// </summary>
public int? gift { get; set; }
/// <summary>
/// erp仓库类型
/// </summary>
public string erp_wh_type { get; set; }
}

View File

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

View File

@@ -118,9 +118,4 @@ public partial class WmsPurchaseOrderH : BaseEntity<string>
/// 供货日期
/// </summary>
public DateTime? ship_date { get; set; }
/// <summary>
/// erp仓库类型
/// </summary>
public string erp_wh_type { get; set; }
}