sfd
2025-05-26 2a64b537e8e3bce9ce030585a3da17d48379c0ad
aps-modules/aps-gen/src/main/resources/vm/java/domain.java.vm
@@ -6,6 +6,8 @@
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.aps.common.core.annotation.Excel;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
#if($table.crud || $table.sub)
import com.aps.common.core.web.domain.BaseEntity;
#elseif($table.tree)
@@ -23,6 +25,7 @@
#elseif($table.tree)
#set($Entity="TreeEntity")
#end
@Schema(description = "${functionName}实体类")
public class ${ClassName} extends ${Entity}
{
    private static final long serialVersionUID = 1L;
@@ -46,6 +49,7 @@
    @Excel(name = "${comment}")
#end
#end
    @Schema(description = "$column.columnComment")
    private $column.javaType $column.javaField;
#end