mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-15 06:53:15 +08:00
update 优化代码生成模板
This commit is contained in:
@@ -24,6 +24,7 @@ public class ${ClassName}AddBo {
|
||||
|
||||
#foreach ($column in $columns)
|
||||
#if($column.isInsert && $column.isPk!=1)
|
||||
|
||||
/** $column.columnComment */
|
||||
@ApiModelProperty("$column.columnComment")
|
||||
#if($column.javaType == 'Date')
|
||||
|
||||
Reference in New Issue
Block a user