You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chenchuchuan
618f14aced
refactor(online): 将WidgetJson解析逻辑提取为独立工具类
- 提取字典ID解析逻辑到WidgetJsonUtil.extractDictIdSet方法
- 移除OnlineFormController中的extractDictIdSetFromWidgetJson私有方法
- 提取字段名收集逻辑到WidgetJsonUtil.collectBindColumnNames方法
- 移除OnlineFormController中的collectAllBindColumnNames私有方法
- 提取移动端字段名收集逻辑到WidgetJsonUtil.buildMobileColumnNameWidgetMap方法
- 移除OnlineFormController中的collectMobileBindColumnNames私有方法
- 提取子表属性收集逻辑到WidgetJsonUtil.collectSubTableProps方法
- 移除OnlineFormController中的collectSubTableAndPropMap私有方法
- 提取字段名到控件映射构建逻辑到多个WidgetJsonUtil静态方法
- 移除OnlineFormController中相关的私有方法实现
- 添加字段路径步骤解析功能支持PC和移动端不同结构
- 实现统一的控件树遍历和递归处理机制
|
2 days ago |
| .. |
|
src/main
|
refactor(online): 将WidgetJson解析逻辑提取为独立工具类
|
2 days ago |
|
pom.xml
|
chore(config): 更新项目配置和依赖版本
|
4 days ago |