InstalledDevice

This commit is contained in:
Mr Swift
2024-08-05 15:05:31 +03:30
parent 0630702505
commit 5e46989357
2 changed files with 22 additions and 1 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ const WithdrawSchema = mongoose.Schema({
1, // Accepted
2, // deposited
]
}
},
depositDate:Date
})
module.exports = mongoose.model('Withdraw', WithdrawSchema)