Generator Changes at 11/22/2025 9:58:16 PM +03:30
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using CMSMicroservice.Domain.Enums;
|
||||
|
||||
namespace CMSMicroservice.Domain.Entities;
|
||||
//سفارش کاربر
|
||||
public class UserOrder : BaseAuditableEntity
|
||||
@@ -24,6 +22,7 @@ public class UserOrder : BaseAuditableEntity
|
||||
public long UserAddressId { get; set; }
|
||||
//UserAddress Navigation Property
|
||||
public virtual UserAddress UserAddress { get; set; }
|
||||
public PaymentMethod? PaymentMethod { get; set; }
|
||||
//FactorDetails Collection Navigation Reference
|
||||
public virtual ICollection<FactorDetails> FactorDetailss { get; set; }
|
||||
//Transactions Collection Navigation Reference
|
||||
|
||||
Reference in New Issue
Block a user