huangjiayang
2025-05-08 47b698807344c49fdbdb6fe27fe41f613553e14a
【UPDATE】生成代码实体模板增加SringDoc注解
已修改1个文件
4 ■■■■ 文件已修改
aps-modules/aps-gen/src/main/resources/vm/java/domain.java.vm 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aps-modules/aps-gen/src/main/resources/vm/java/domain.java.vm
@@ -25,7 +25,7 @@
#elseif($table.tree)
#set($Entity="TreeEntity")
#end
@ApiModel("${functionName}实体类")
@Schema(description = "${functionName}实体类")
public class ${ClassName} extends ${Entity}
{
    private static final long serialVersionUID = 1L;
@@ -49,7 +49,7 @@
    @Excel(name = "${comment}")
#end
#end
    @ApiModelProperty("$column.columnComment")
    @Schema(description = "$column.columnComment")
    private $column.javaType $column.javaField;
#end