/
var
/
www
/
greso.tech
/
server
/
nsm
/
responseModels
/
condition
/
/var/www/greso.tech/server/nsm/responseModels/condition
mkdir
upload
Name
Size
Mode
Actions
condition.model.js
194
0644
edit
dl
rm
conditionList.model.js
399
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/responseModels/condition/condition.model.js
(194B)
module.exports = class ConditionModel { constructor({ id, companyId, name, key }) { this.id = id || '' this.companyId = companyId || '' this.name = name || '' this.key = key || '' } }
Save
module.exports = class ConditionModel { constructor({ id, companyId, name, key }) { this.id = id || '' this.companyId = companyId || '' this.name = name || '' this.key = key || '' } }