This commit is contained in:
masoodafar-web
2025-11-24 22:55:14 +03:30
parent 56478c79c2
commit 6cd0a45336
14 changed files with 2957 additions and 7566 deletions

View File

@@ -912,6 +912,9 @@ namespace CMSMicroservice.Infrastructure.Persistence.Migrations
b.Property<DateTime?>("PaymentDate")
.HasColumnType("datetime2");
b.Property<int?>("PaymentMethod")
.HasColumnType("int");
b.Property<int>("PaymentStatus")
.HasColumnType("int");