mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-27 14:08:39 +00:00
perf:【INFRA 基础设施】优化一些 todo 提到的问题
This commit is contained in:
@@ -77,8 +77,8 @@ public class ${table.className}DO extends BaseDO {
|
||||
private ${column.javaType} ${column.javaField};
|
||||
#end
|
||||
#end
|
||||
|
||||
## 特殊:主子表专属逻辑(非 ERP 模式)
|
||||
## TODO @puhui999:这里空行看看,会不会多了一个哈
|
||||
#if ( $voType == 20 && $subTables && $subTables.size() > 0 && $table.templateType != 11 )
|
||||
#foreach ($subTable in $subTables)
|
||||
#set ($index = $foreach.count - 1)
|
||||
|
||||
Reference in New Issue
Block a user