id
, w_order_id, address_type, `name`, `type`, `contacts`,`phone`,`city_code`
, city_name, detail_address, lat, lng, fence, entry_type, remark, status
, create_by, create_time, update_by, update_time, del_flag
insert into kwt_waybill_order_address
`id`,
`w_order_id`,
`address_type`,
`name`,
`type`,
`contacts`,
`phone`,
`city_code`,
`city_name`,
`detail_address`,
`lat`,
`lng`,
`fence`,
`entry_type`,
`remark`,
`status`,
`create_by`,
`create_time`,
`update_by`,
`update_time`,
`del_flag`,
#{id,jdbcType=BIGINT},
#{wOrderId,jdbcType=BIGINT},
#{addressType,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR},
#{type,jdbcType=BIGINT},
#{contacts,jdbcType=VARCHAR},
#{phone,jdbcType=VARCHAR},
#{cityCode,jdbcType=INTEGER},
#{cityName,jdbcType=VARCHAR},
#{detailAddress,jdbcType=VARCHAR},
#{lat,jdbcType=VARCHAR},
#{lng,jdbcType=VARCHAR},
#{fence,jdbcType=VARCHAR},
#{entryType,jdbcType=INTEGER},
#{remark,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createBy,jdbcType=BIGINT},
#{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=BIGINT},
#{updateTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER},