|
|
@ -20,7 +20,7 @@ import io.swagger.annotations.ApiModelProperty; |
|
|
|
/** |
|
|
|
* @Description: 论文信息表 |
|
|
|
* @Author: jeecg-boot |
|
|
|
* @Date: 2025-07-24 |
|
|
|
* @Date: 2025-07-28 |
|
|
|
* @Version: V1.0 |
|
|
|
*/ |
|
|
|
@ApiModel(value="education_thesis对象", description="论文信息表") |
|
|
@ -73,7 +73,14 @@ public class EducationThesis implements Serializable { |
|
|
|
@Excel(name = "适用人群", width = 15) |
|
|
|
@ApiModelProperty(value = "适用人群") |
|
|
|
private java.lang.String suit; |
|
|
|
|
|
|
|
/**海报图片*/ |
|
|
|
@Excel(name = "海报图片", width = 15) |
|
|
|
@ApiModelProperty(value = "海报图片") |
|
|
|
private java.lang.String paperImage; |
|
|
|
/**海报文字描述*/ |
|
|
|
@Excel(name = "海报文字描述", width = 15) |
|
|
|
@ApiModelProperty(value = "海报文字描述") |
|
|
|
private java.lang.String paperDesc; |
|
|
|
|
|
|
|
//发表方向列表 |
|
|
|
@TableField(exist = false) |
|
|
@ -94,5 +101,4 @@ public class EducationThesis implements Serializable { |
|
|
|
//附加材料列表 |
|
|
|
@TableField(exist = false) |
|
|
|
List<EducationDocument> educationDocumentList; |
|
|
|
|
|
|
|
} |