salix/modules/ticket/back/models/ticket-config.json

20 lines
353 B
JSON
Raw Normal View History

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