added permitType field

This commit is contained in:
2025-05-08 13:41:52 +05:30
parent 3f1e806b3f
commit 956c09e250
8 changed files with 36 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ const notificationSchema = new mongoose.Schema({
permitNumber: String,
link: String,
status: String,
permitType: String,
accelaStatus: String,
changes: Object,
county: Object,