多语言-修复partitionFlag报错

This commit is contained in:
liaozetao
2024-04-12 19:28:33 +08:00
committed by khalil
parent d6e9db85cf
commit 10fb7911e8
2 changed files with 2 additions and 2 deletions

View File

@@ -36,6 +36,6 @@ public class ChatBubble {
private Date createTime;
@TableField("update_time")
private Date updateTime;
@TableField("partitionFlag")
@TableField("partition_flag")
private Integer partitionFlag;
}

View File

@@ -46,6 +46,6 @@ public class InfoCard {
private Date updateTime;
@TableField(value = "seq")
private Byte seq;
@TableField("partitionFlag")
@TableField("partition_flag")
private Integer partitionFlag;
}