存erp到货单主子表id

This commit is contained in:
2024-08-02 11:13:05 +08:00
parent cf4c3d36b6
commit 6aa821652b
9 changed files with 299 additions and 31 deletions

View File

@@ -113,4 +113,9 @@ public partial class WmsPurchaseD : BaseEntity<string>
/// 质检结果
/// </summary>
public string? qc_res { get; set; }
/// <summary>
/// erp到货单子表pk
/// </summary>
public string erp_arriveorder_b_pk { get;set; }
}

View File

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