@@ -249,4 +249,10 @@ public class CrmCustomerInfo {
*/
@TableField("channel_type")
private String channelType;
+
+ /**
+ * ai通话聊天记录
+ */
+ @TableField("ai_chat_record")
+ private String aiChatRecord;
}