id, `name`, `type`, ip, properties, biz_system_id, description, update_time
insert into biz_data_source
(`name`, `type`, ip, properties, biz_system_id, description, update_time)
values
(#{item.name,jdbcType=VARCHAR}, #{item.type,jdbcType=VARCHAR}, #{item.ip,jdbcType=VARCHAR},
#{item.properties,jdbcType=LONGVARCHAR}, #{item.bizSystemId,jdbcType=INTEGER},
#{item.description,jdbcType=LONGVARCHAR}, #{item.updateTime,jdbcType=VARCHAR})