CF.id, from_id, to_id, follow_time, comment_id, content
insert into cab_content_follows
id,
from_id,
to_id,
follow_time,
comment_id,
content,
#{id,jdbcType=BIGINT},
#{fromId,jdbcType=BIGINT},
#{toId,jdbcType=BIGINT},
#{followTime,jdbcType=TIMESTAMP},
#{commentId,jdbcType=BIGINT},
#{content,jdbcType=VARCHAR},