salix/back/models/docuwareTablet.json

18 lines
262 B
JSON
Raw Normal View History

2023-12-12 13:42:36 +00:00
{
"name": "docuwareTablet",
"base": "VnModel",
"options": {
"mysql": {
2023-12-13 07:22:58 +00:00
"table": "docuwareTablet"
2023-12-12 13:42:36 +00:00
}
},
"properties": {
"tablet": {
2023-12-12 13:42:36 +00:00
"type": "string"
},
"description": {
"type": "string"
}
}
}