2022-02-15 15:48:37 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2022-02-15 15:48:37 +00:00
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"fileCabinetName": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2023-01-11 14:19:09 +00:00
|
|
|
"action": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2022-02-15 15:48:37 +00:00
|
|
|
"dialogName": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2023-01-11 14:19:09 +00:00
|
|
|
"findById": {
|
2022-02-15 15:48:37 +00:00
|
|
|
"type": "string"
|
|
|
|
}
|
2023-07-04 13:18:57 +00:00
|
|
|
},
|
|
|
|
"relations": {
|
|
|
|
"dmsType": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "DmsType",
|
|
|
|
"foreignKey": "dmsTypeFk"
|
|
|
|
}
|
2023-01-09 14:11:53 +00:00
|
|
|
}
|
|
|
|
}
|