feat: 代码生成 支持选择表单生成类型(需要模板支持)

This commit is contained in:
dap
2025-03-08 16:00:32 +08:00
parent 6e0c79411b
commit 55f5e6bd0c
6 changed files with 24 additions and 3 deletions

View File

@@ -177,6 +177,7 @@ export interface Info {
// 树表需要添加此属性
params?: any;
popupComponent?: string;
formComponent?: string;
}
export interface GenInfo {