subscription start and end date

This commit is contained in:
2025-12-26 19:32:06 +03:30
parent a85ebaada4
commit 2b1f8df6b9
6 changed files with 25 additions and 4 deletions
@@ -102,4 +102,11 @@ export class Restaurant extends BaseEntity {
@Property({unique: true})
subscriptionId!: string;
@Property()
subscriptionEndDate!: Date;
@Property()
subscriptionStartDate!: Date;
}