提交 3a172dac authored 作者: zhoushaopan's avatar zhoushaopan

feat(阅知模块): 解决新增阅知content字段溢出

解决新增阅知content字段溢出
上级 5c810381
...@@ -42,6 +42,7 @@ public class Message { ...@@ -42,6 +42,7 @@ public class Message {
private Integer businessType; private Integer businessType;
@ApiModelProperty(value = "信息内容") @ApiModelProperty(value = "信息内容")
@Column(name = "content",columnDefinition = "TEXT")
private String content; private String content;
@Column(name = "involve_users",columnDefinition = "TEXT") @Column(name = "involve_users",columnDefinition = "TEXT")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论