2022-11-14 14:19:16 +00:00
|
|
|
{
|
2023-01-16 11:19:03 +00:00
|
|
|
"name": "WorkerConfig",
|
2022-11-14 14:19:16 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2023-01-16 11:19:03 +00:00
|
|
|
"table": "workerConfig"
|
2022-11-14 14:19:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"roleFk": {
|
|
|
|
"type": "number"
|
2023-04-28 12:17:19 +00:00
|
|
|
},
|
|
|
|
"payMethodFk": {
|
|
|
|
"type": "number"
|
2023-05-23 11:57:11 +00:00
|
|
|
},
|
2023-04-25 12:25:22 +00:00
|
|
|
"businessTypeFk": {
|
|
|
|
"type": "string"
|
2022-11-14 14:19:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"acls": [
|
|
|
|
{
|
|
|
|
"accessType": "READ",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "$everyone",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|