Commit 6152b9f2 authored by YazhouChen's avatar YazhouChen

新闻表 增加描述字段

parent 9bbd0a67
...@@ -38,6 +38,9 @@ public class News extends BaseEntity { ...@@ -38,6 +38,9 @@ public class News extends BaseEntity {
@ApiModelProperty("新闻标题") @ApiModelProperty("新闻标题")
private String title; private String title;
@ApiModelProperty("描述")
private String describestr;
@ApiModelProperty("新闻的logo,传附件ID") @ApiModelProperty("新闻的logo,传附件ID")
private String logopic; private String logopic;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment