Generator Changes at 11/25/2025 12:39:59 AM +03:30
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using CMSMicroservice.Domain.Enums;
|
||||
|
||||
namespace CMSMicroservice.Domain.Entities;
|
||||
//آدرس کاربر
|
||||
public class Transactions : BaseAuditableEntity
|
||||
@@ -11,4 +9,6 @@ public class Transactions : BaseAuditableEntity
|
||||
public DateTime? PaymentDate { get; set; }
|
||||
public string? RefId { get; set; }
|
||||
public TransactionType Type { get; set; }
|
||||
//UserOrder Collection Navigation Reference
|
||||
public virtual ICollection<UserOrder> UserOrders { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user