feat: auto populate clientData field when creating permit

This commit is contained in:
2025-09-30 17:48:44 +05:30
parent cf22145156
commit 65107918a6
2 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ const orgSchema = new mongoose.Schema({
avatar: String,
type: String,
isClient: Boolean,
licenseNumber: String,
status: String,
createdAt: Date,
createdBy: String,