交易类型

This commit is contained in:
2024-07-31 14:31:31 +08:00
parent b9ae51f015
commit 53384ff793

View File

@@ -149,6 +149,11 @@ public partial class WmsPurchaseH : BaseEntity<string>, IPurchaseAndSaleAuitEnti
/// erp_bill_code
/// </summary>
public string? erp_bill_code { get; set; }
/// <summary>
/// 交易类型
/// </summary>
public string? transaction_type { get; set; }
}