2018-10-23 09:25:51 +00:00
|
|
|
{
|
|
|
|
"name": "FieldAcl",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2018-12-17 10:28:39 +00:00
|
|
|
"table": "salix.fieldAcl"
|
2018-10-23 09:25:51 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number"
|
2018-10-23 09:25:51 +00:00
|
|
|
},
|
|
|
|
"model": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2018-10-23 09:25:51 +00:00
|
|
|
},
|
|
|
|
"property":{
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2018-10-23 09:25:51 +00:00
|
|
|
},
|
|
|
|
"actionType":{
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2018-10-23 09:25:51 +00:00
|
|
|
},
|
|
|
|
"role":{
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "string"
|
2018-10-23 09:25:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|