salix/modules/invoiceIn/back/models/invoice-in-log.json

10 lines
139 B
JSON
Raw Normal View History

2021-06-03 14:14:52 +00:00
{
"name": "InvoiceInLog",
2023-04-24 17:10:04 +00:00
"base": "Log",
2021-06-03 14:14:52 +00:00
"options": {
"mysql": {
"table": "invoiceInLog"
}
}
2023-04-24 17:10:04 +00:00
}