{ "name": "Device", "base": "VnModel", "options": { "mysql": { "table": "device" } }, "properties": { "id": { "id": true, "type": "number" }, "sn": { "type": "string" }, "model": { "type": "string" } }, "relations": { "user": { "type": "belongsTo", "model": "VnUser", "foreignKey": "userFk" } } }