forked from Yara724/api
YARA-732
This commit is contained in:
@@ -25,6 +25,12 @@ export class BranchModel {
|
||||
|
||||
@Prop()
|
||||
phoneNumber?: string;
|
||||
|
||||
@Prop({ type: Boolean, default: true })
|
||||
isActive?: boolean;
|
||||
|
||||
@Prop({ type: Date })
|
||||
activityStartDate?: Date;
|
||||
}
|
||||
|
||||
export const BranchSchema = SchemaFactory.createForClass(BranchModel);
|
||||
|
||||
Reference in New Issue
Block a user