存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

@@ -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; }
}