feat: 代码生成添加菜单生成

This commit is contained in:
ray
2024-08-01 07:56:12 +08:00
parent b3b63793f7
commit cdac5de56f
2 changed files with 33 additions and 7 deletions

View File

@@ -107,6 +107,9 @@ export interface GenConfigForm {
/** 作者 */
author?: string;
/** 上级菜单 */
parentMenuId?: number;
/** 字段配置列表 */
fieldConfigs?: FieldConfig[];
}