Files
fastapi_best_architecture/backend/plugin/code_generator/plugin.toml
2026-02-04 23:37:38 +08:00

14 lines
254 B
TOML

[plugin]
summary = "代码生成"
version = "0.1.1"
description = "生成通用业务代码"
author = "wu-clan"
tags = ["other"]
database = ["mysql", "postgresql"]
[app]
router = ["v1"]
[settings]
CODE_GENERATOR_DOWNLOAD_ZIP_FILENAME = "fba_generator"