/
var
/
www
/
greso.tech
/
server
/
nsm
/
responseModels
/
config
/
/var/www/greso.tech/server/nsm/responseModels/config
mkdir
upload
Name
Size
Mode
Actions
config.model.js
215
0644
edit
dl
rm
configList.model.js
394
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/responseModels/config/config.model.js
(215B)
module.exports = class ConfigModel { constructor({ id, key, value, comment }) { this.id = id || '' this.key = key || '' this.value = value || '' this.value = value || '' this.comment = comment || '' } }
Save
cmd:
run