/
var
/
www
/
greso.tech
/
server
/
nsm
/
responseModels
/
rate_local
/
/var/www/greso.tech/server/nsm/responseModels/rate_local
mkdir
upload
Name
Size
Mode
Actions
rateLocal.model.js
226
0644
edit
dl
rm
rateLocalList.model.js
449
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/responseModels/rate_local/rateLocal.model.js
(226B)
module.exports = class RateLocalModel { constructor({ id, track_count, worker_count, rate }) { this.id = id || '' this.track_count = track_count || 0 this.worker_count = worker_count || 0 this.rate = rate || 0.0 } }
Save
module.exports = class RateLocalModel { constructor({ id, track_count, worker_count, rate }) { this.id = id || '' this.track_count = track_count || 0 this.worker_count = worker_count || 0 this.rate = rate || 0.0 } }