xls2ddl/examples/audit_log.json
2025-06-24 11:50:40 +08:00

15 lines
250 B
JSON

{
"tblname": "audit_log",
"title":"审计日志",
"params": {
"sortby":"userid",
"browserfields": {
"exclouded": ["id"],
"cwidth": {}
},
"editexclouded": [
"id"
]
}
}