salix/modules/worker/back/models/holiday-detail.json

26 lines
392 B
JSON

{
"name": "HolidayDetail",
"base": "VnModel",
"options": {
"mysql": {
"table": "holidayDetail"
}
},
"properties": {
"id": {
"id": true,
"type": "Number"
},
"description": {
"type": "String"
}
},
"acls": [
{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}
]
}