| | |
| | | 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) |
| | |
| | | #elseif($table.tree) |
| | | #set($Entity="TreeEntity") |
| | | #end |
| | | @Schema(description = "${functionName}实体类") |
| | | public class ${ClassName} extends ${Entity} |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | @Excel(name = "${comment}") |
| | | #end |
| | | #end |
| | | @Schema(description = "$column.columnComment") |
| | | private $column.javaType $column.javaField; |
| | | |
| | | #end |