多语言-修复partitionFlag报错
This commit is contained in:
@@ -36,6 +36,6 @@ public class ChatBubble {
|
||||
private Date createTime;
|
||||
@TableField("update_time")
|
||||
private Date updateTime;
|
||||
@TableField("partitionFlag")
|
||||
@TableField("partition_flag")
|
||||
private Integer partitionFlag;
|
||||
}
|
||||
|
@@ -46,6 +46,6 @@ public class InfoCard {
|
||||
private Date updateTime;
|
||||
@TableField(value = "seq")
|
||||
private Byte seq;
|
||||
@TableField("partitionFlag")
|
||||
@TableField("partition_flag")
|
||||
private Integer partitionFlag;
|
||||
}
|
||||
|
Reference in New Issue
Block a user