add subscription id to rest entity
This commit is contained in:
@@ -99,4 +99,7 @@ export class Restaurant extends BaseEntity {
|
||||
|
||||
@Enum(() => PlanEnum)
|
||||
plan: PlanEnum = PlanEnum.Base;
|
||||
|
||||
@Property()
|
||||
subscriptionId!: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user