交易类型

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

View File

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