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": {
|
2023-12-21 09:39:46 +00:00
|
|
|
"tablet": {
|
2023-12-12 13:42:36 +00:00
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|