Installed Device

This commit is contained in:
Mr Swift
2024-08-06 19:03:52 +03:30
parent d4cffdb044
commit 8f17162b11
3 changed files with 105 additions and 11 deletions
+2 -9
View File
@@ -11,15 +11,8 @@ const InstalledDeviceSchema = mongoose.Schema({
0, // Pending
1, // Accepted
2, // Rejected
]
},
dollarProfit:{
type:Number,
min:0
},
score:{
type:Number,
min:0
],
default:0
},
registerDate:Date,
installationDate:Date,