{
    "name": "WorkerConfig",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "workerConfig"
        }
    },
    "properties": {
        "id": {
            "type": "number",
            "id": true,
            "description": "Identifier"
        },
        "roleFk": {
            "type": "number"
        },
        "payMethodFk": {
            "type": "number"
        },
        "businessTypeFk": {
            "type": "string"
        }
    },
	"acls": [
        {
        "accessType": "READ",
        "principalType": "ROLE",
        "principalId": "$everyone",
        "permission": "ALLOW"
        }
    ]
}