/
var
/
www
/
greso.tech
/
server
/
nsm
/
responseModels
/
pay_type
/
/var/www/greso.tech/server/nsm/responseModels/pay_type
mkdir
upload
Name
Size
Mode
Actions
payType.model.js
244
0644
edit
dl
rm
payTypeList.model.js
429
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/responseModels/pay_type/payType.model.js
(244B)
module.exports = class PayTypeModel { constructor({ id, companyId, name, type, merchantId }) { this.id = id || '' this.companyId = companyId || '' this.name = name || '' this.type = type || '' this.merchantId = merchantId || '' } }
Save
cmd:
run