2019-04-03 13:16:32 +00:00
|
|
|
{
|
|
|
|
"name": "TicketConfig",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "ticketConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number",
|
2019-04-03 13:16:32 +00:00
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"scopeDays": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number"
|
2019-04-03 13:16:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|