refactor(gencode): 重构代码生成模块,优化字段初始化和类型处理

fix(setting): 确保日志目录存在

perf(logger): 改进日志文件轮转处理,优化异常处理

feat(gencode): 添加子表关联字段支持

style(constant): 更新字段常量命名规范

chore: 移除前端低代码生成器相关文件

fix(gencode): 修复CRUD操作中的字段过滤逻辑

refactor(gen_util): 重构字段初始化逻辑,增强类型安全

docs: 更新代码注释和文档

test: 移除无效测试文件

build: 更新依赖版本

ci: 优化CI配置
This commit is contained in:
zhangtao
2025-11-06 00:31:21 +08:00
parent 451a978d1d
commit 6383c53580
36 changed files with 297 additions and 8123 deletions
-19
View File
@@ -1939,25 +1939,6 @@
}
]
},
{
"name": "表单构建",
"type": 2,
"icon": "el-icon-Wallet",
"order": 2,
"permission": "gencode:gencode:query",
"route_name": "webcode",
"route_path": "/gencode/webcode",
"component_path": "gencode/webcode/index",
"status": true,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "表单构建",
"params": null,
"affix": false,
"redirect": null,
"description": "表单构建"
},
{
"name": "示例管理",
"type": 2,