mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
* Optimize code generation data processing * Add SQL script generation * Update code gen table scripts * Update types * Fix model jinja and type conversion
9 lines
135 B
TOML
9 lines
135 B
TOML
[plugin]
|
|
summary = '代码生成'
|
|
version = '0.1.0'
|
|
description = '生成通用业务代码'
|
|
author = 'wu-clan'
|
|
|
|
[app]
|
|
router = ['v1']
|