salix/modules/account/back/models/role-log.json

10 lines
104 B
JSON
Raw Normal View History

2023-04-14 12:16:29 +00:00
{
"name": "RoleLog",
2023-04-24 17:10:04 +00:00
"base": "Log",
2023-04-14 12:16:29 +00:00
"options": {
"mysql": {
"table": "account.roleLog"
}
}
}