This commit is contained in:
Swift
2024-02-23 11:03:28 +03:30
parent 873cd439bd
commit 4c60ef1c1b
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -12,6 +12,10 @@ const ComplaintSchema = mongoose.Schema({
receptionCode: String,
caption: String,
callType: Boolean,
type:{
type:Number,
default:0
},
read: { type: Boolean, default: false },
complete: { type: Boolean, default: false },