/var/www/greso.tech/server/nsm/responseModels/extra
NameSizeModeActions
extra.model.js2770644editdlrm
extraList.model.js5010644editdlrm
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' } }