/var/www/greso.tech/server/nsm/responseModels/package
NameSizeModeActions
package.model.js3350644editdlrm
packageList.model.js4810644editdlrm
Edit: /var/www/greso.tech/server/nsm/responseModels/package/package.model.js (335B)
module.exports = class PackageModel { constructor({ id, companyId, name, itemPrice, packingPrice, unpackingPrice }) { this.id = id || '' this.companyId = companyId || '' this.name = name || '' this.itemPrice = itemPrice || '0.0' this.packingPrice = packingPrice || '0.0' this.unpackingPrice = unpackingPrice || '0.0' } }