{ "name": "ViaexpressConfig", "base": "VnModel", "options": { "mysql": { "table": "viaexpressConfig" } }, "properties": { "id": { "type": "number", "required": true }, "url": { "type": "string", "required": true }, "client": { "type": "string" }, "user": { "type": "string" }, "password": { "type": "string" }, "defaultWeight": { "type": "number" }, "deliveryType": { "type": "string" } } }