/
var
/
www
/
greso.tech
/
server
/
nsm
/
responseModels
/
document
/
/var/www/greso.tech/server/nsm/responseModels/document
mkdir
upload
Name
Size
Mode
Actions
document.model.js
407
0644
edit
dl
rm
documentList.model.js
514
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/responseModels/document/document.model.js
(407B)
module.exports = class ProviderModel { constructor({ id, companyId, providerId, emailTemplateId, rootDocumentId, name, key, objects }) { this.id = id || '' this.companyId = companyId || '' this.providerId = providerId || '' this.emailTemplateId = emailTemplateId || '' this.rootDocumentId = rootDocumentId || '' this.name = name || '' this.key = key || '' this.objects = objects || '' } }
Save
cmd:
run