feat: 代码生成适配多语言后端

This commit is contained in:
Ray.Hao
2026-01-27 20:44:00 +08:00
parent b381f03633
commit 6ff4a65ec9
2 changed files with 62 additions and 88 deletions

View File

@@ -12,6 +12,10 @@ export interface GeneratorPreviewItem {
fileName: string;
/** 文件内容 */
content: string;
/** 文件范围(frontend/backend) */
scope: "frontend" | "backend";
/** 文件语言(扩展名) */
language: string;
}
/** 数据表分页查询参数 */