subscription start and end date
This commit is contained in:
@@ -102,4 +102,11 @@ export class Restaurant extends BaseEntity {
|
||||
|
||||
@Property({unique: true})
|
||||
subscriptionId!: string;
|
||||
|
||||
@Property()
|
||||
subscriptionEndDate!: Date;
|
||||
|
||||
@Property()
|
||||
subscriptionStartDate!: Date;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user