/
var
/
www
/
qr4y.com
/
server
/
delivery
/
api
/
responseModels
/
productGroup
/
/var/www/qr4y.com/server/delivery/api/responseModels/productGroup
mkdir
upload
Name
Size
Mode
Actions
productGroup.model.js
339
0644
edit
dl
rm
Edit:
/var/www/qr4y.com/server/delivery/api/responseModels/productGroup/productGroup.model.js
(339B)
module.exports = class ProductGroupModel { constructor({ id, name, description, image, position, filters, companyId }) { this.id = id || '' this.name = name || '' this.description = description || '' this.image = image || '' this.position = position || '' this.filters = filters || '' this.companyId = companyId || '' } }
Save
cmd:
run