Files
fastapi_best_architecture/backend/plugin/dict/plugin.toml
Wu Clan 3efca8af37 Update the dict plugin table structure (#817)
* Update the dict plugin table structure

* Update dict sql

* FIx the dict plugin sql
2025-09-15 09:04:30 +08:00

17 lines
290 B
TOML

[plugin]
summary = '数据字典'
version = '0.0.6'
description = '通常用于约束前端工程数据展示'
author = 'wu-clan'
[app]
extend = 'admin'
[api.dict_data]
prefix = '/dict-datas'
tags = '系统字典数据'
[api.dict_type]
prefix = '/dict-types'
tags = '系统字典类型'