salix/back/models/default-view-config.json

26 lines
520 B
JSON
Raw Normal View History

{
"name": "DefaultViewConfig",
"base": "VnModel",
"options": {
"mysql": {
2024-07-19 06:34:25 +00:00
"table": "salix.defaultViewMultiConfig"
}
},
"properties": {
"tableCode": {
"id": true,
"type": "string",
"required": true
},
"columns": {
"type": "object"
}
},
"acls": [{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}]
}