id, field_name, field_type, table_id, description, create_time, create_user_id, update_time, update_user_id, is_deleted insert into business_data_table_field (id, field_name, field_type, table_id, description, create_time, create_user_id, update_time, update_user_id, is_deleted) values (#{item.id,jdbcType=BIGINT}, #{item.fieldName,jdbcType=VARCHAR}, #{item.fieldType,jdbcType=VARCHAR}, #{item.tableId,jdbcType=BIGINT}, #{item.description,jdbcType=LONGVARCHAR}, #{item.createTime,jdbcType=TIMESTAMP}, #{item.createUserId,jdbcType=BIGINT}, #{item.updateTime,jdbcType=TIMESTAMP}, #{item.updateUserId,jdbcType=BIGINT}, #{item.isDeleted,jdbcType=INTEGER})