Files
fastapi_best_architecture/backend/plugin/code_generator/plugin.toml
Wu Clan 1e54b0ba42 Add plugin info config and interfaces (#601)
* Add plugin info config and interfaces

* Remove test data
2025-05-15 20:50:24 +08:00

9 lines
135 B
TOML

[plugin]
summary = '代码生成'
version = '0.0.1'
description = '生成通用业务代码'
author = 'wu-clan'
[app]
router = ['v1']