salix/back/models/docuware.json

40 lines
795 B
JSON
Raw Permalink 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-07-04 13:18:57 +00:00
},
"relations": {
"dmsType": {
"type": "belongsTo",
"model": "DmsType",
"foreignKey": "dmsTypeFk"
}
2023-01-09 14:11:53 +00:00
}
}