salix/modules/entry/back/models/entry-log.json

10 lines
98 B
JSON
Raw Normal View History

2020-03-02 10:57:09 +00:00
{
"name": "EntryLog",
2023-04-24 17:10:04 +00:00
"base": "Log",
2020-03-02 10:57:09 +00:00
"options": {
"mysql": {
"table": "entryLog"
}
}
2023-04-24 17:10:04 +00:00
}