fix commit

代码生成器remark字段添加
master
玉安君 2024-04-22 22:30:39 +08:00
parent f1ae64f4da
commit 0a4e225593
1 changed files with 71 additions and 69 deletions

View File

@ -112,6 +112,7 @@ public class ${ClassName} extends ${Entity} {
#end
#end
#end
.remark(${ClassName}.getRemark())
.build();
}
@ -133,6 +134,7 @@ public class ${ClassName} extends ${Entity} {
#end
#end
#end
.remark(${ClassName}.getRemark())
.build();
}