added expedition log
This commit is contained in:
parent
40706b688b
commit
c4c7912480
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "Expedition",
|
"name": "Expedition",
|
||||||
"base": "VnModel",
|
"base": "Loggable",
|
||||||
|
"log": {
|
||||||
|
"model": "TicketLog",
|
||||||
|
"relation": "ticket"
|
||||||
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"mysql": {
|
"mysql": {
|
||||||
"table": "expedition"
|
"table": "expedition"
|
||||||
|
|
Loading…
Reference in New Issue