review:【INFRA 基础设施】代码生成的 review

This commit is contained in:
YunaiV
2025-05-20 13:31:56 +08:00
parent d14aaae641
commit 0c68962a97
8 changed files with 13 additions and 8 deletions

View File

@@ -79,6 +79,7 @@ public class ${table.className}DO extends BaseDO {
#end
## 特殊:主子表专属逻辑(非 ERP 模式)
## TODO @puhui999这里空行看看会不会多了一个哈
#if ( $voType == 20 && $subTables && $subTables.size() > 0 && $table.templateType != 11 )
#foreach ($subTable in $subTables)
#set ($index = $foreach.count - 1)