- 在LifeNotice实体中为title字段添加@TableField注解映射
@@ -30,6 +30,7 @@ public class LifeNotice {
private Integer businessId;
@ApiModelProperty(value = "标题")
+ @TableField("title")
private String title;
@ApiModelProperty(value = "公告内容")