|
@@ -30,6 +30,7 @@ public class LifeNotice {
|
|
|
private Integer businessId;
|
|
private Integer businessId;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "标题")
|
|
@ApiModelProperty(value = "标题")
|
|
|
|
|
+ @TableField("title")
|
|
|
private String title;
|
|
private String title;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "公告内容")
|
|
@ApiModelProperty(value = "公告内容")
|