/
var
/
www
/
greso.tech
/
server
/
nsm
/
responseModels
/
extra
/
/var/www/greso.tech/server/nsm/responseModels/extra
mkdir
upload
Name
Size
Mode
Actions
extra.model.js
277
0644
edit
dl
rm
extraList.model.js
501
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/responseModels/extra/extra.model.js
(277B)
module.exports = class ExtraModel { constructor({ id, companyId, name, type, price }) { this.id = id || '' this.companyId = companyId || '' this.name = name || '' this.type = type || 'manual' this.direction = direction || 'origin' this.price = price || '0.0' } }
Save
cmd:
run