mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
19 lines
337 B
TOML
19 lines
337 B
TOML
[plugin]
|
|
summary = '数据字典'
|
|
version = '0.0.8'
|
|
description = '通常用于约束前端工程数据展示'
|
|
author = 'wu-clan'
|
|
tags = ['other']
|
|
database = ['mysql', 'pgsql']
|
|
|
|
[app]
|
|
extend = 'admin'
|
|
|
|
[api.dict_data]
|
|
prefix = '/dict-datas'
|
|
tags = '系统字典数据'
|
|
|
|
[api.dict_type]
|
|
prefix = '/dict-types'
|
|
tags = '系统字典类型'
|