/
var
/
www
/
greso.tech
/
server
/
nsm
/
responseModels
/
package
/
/var/www/greso.tech/server/nsm/responseModels/package
mkdir
upload
Name
Size
Mode
Actions
package.model.js
335
0644
edit
dl
rm
packageList.model.js
481
0644
edit
dl
rm
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' } }
Save
cmd:
run