/
var
/
www
/
greso.tech
/
server
/
nsm
/
responseModels
/
valuation
/
/var/www/greso.tech/server/nsm/responseModels/valuation
mkdir
upload
Name
Size
Mode
Actions
valuation.model.js
166
0644
edit
dl
rm
valuationList.model.js
383
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/responseModels/valuation/valuation.model.js
(166B)
module.exports = class ValuationModel { constructor({ id, companyId, json }) { this.id = id || '' this.companyId = companyId || '' this.json = json || '' } }
Save
module.exports = class ValuationModel { constructor({ id, companyId, json }) { this.id = id || '' this.companyId = companyId || '' this.json = json || '' } }