added log of ticket packaging

This commit is contained in:
Gerard 2019-01-11 08:30:44 +01:00
parent 100871edf6
commit aa03c686e5
1 changed files with 31 additions and 28 deletions

View File

@ -1,6 +1,10 @@
{
"name": "TicketPackaging",
"base": "VnModel",
"base": "Loggable",
"log": {
"model": "TicketLog",
"relation": "ticket"
},
"options": {
"mysql": {
"table": "ticketPackaging"
@ -35,4 +39,3 @@
}
}
}