{
    "name": "GreugeConfig",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "greugeConfig"
        }
    },
    "properties": {
        "freightPickUpPrice": {
            "type": "number"
        }
    },
    "acls": [{
        "accessType": "READ",
        "principalType": "ROLE",
        "principalId": "$everyone",
        "permission": "ALLOW"
    }]
}