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