交易类型
This commit is contained in:
@@ -149,6 +149,11 @@ public partial class WmsPurchaseH : BaseEntity<string>, IPurchaseAndSaleAuitEnti
|
|||||||
/// erp_bill_code
|
/// erp_bill_code
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? erp_bill_code { get; set; }
|
public string? erp_bill_code { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 交易类型
|
||||||
|
/// </summary>
|
||||||
|
public string? transaction_type { get; set; }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user