1
0
forked from Yara724/api

YARA-1034

This commit is contained in:
SepehrYahyaee
2026-06-20 14:30:29 +03:30
parent 15fcb011aa
commit 2e4b10455b
7 changed files with 28 additions and 5 deletions

View File

@@ -159,6 +159,9 @@ export class DamageExpertModel {
@Prop({ type: "string" })
city: string;
@Prop({type: "string", required: false})
expertCode?: string;
createdAt: Date;
}