salix/back/models/docuware.json

33 lines
635 B
JSON
Raw Normal View History

{
"name": "Docuware",
"description": "Docuware sections",
"base": "VnModel",
"options": {
"mysql": {
"table": "docuware"
}
},
"properties": {
"id": {
"type": "number",
"id": true,
"description": "Identifier"
},
2022-02-23 07:11:54 +00:00
"code": {
"type": "string"
},
"fileCabinetName": {
"type": "string"
},
"action": {
"type": "string"
},
"dialogName": {
"type": "string"
},
"findById": {
"type": "string"
}
2023-01-09 14:11:53 +00:00
}
}