oid, id, name, description, pk_btm_type, attribute_length, attr_data_type, nullable_flag, default_value, precision_length, scale_length, range, refer_btm_type_id, refer_btm_type_name, enum_id, enum_name, btm_name, owner, creator, create_time, last_modifier, last_modify_time, ts pl_omd_btm_type_attribute pl_omd_btm_type update set id = #{item.id,jdbcType=VARCHAR}, name = #{item.name,jdbcType=VARCHAR}, descrption = #{item.decription,jdbcType=VARCHAR}, pk_btm_type = #{item.pkBtmType,jdbcType=VARCHAR}, attribute_length = #{item.attributeLength,jdbcType=DECIMAL}, attr_data_type = #{item.attrDataType,jdbcType=VARCHAR}, nullable_flag = #{item.nullableFlag,jdbcType=VARCHAR}, default_value = #{item.defaultValue,jdbcType=VARCHAR}, precision_length = #{item.precisionLength,jdbcType=DECIMAL}, scale_length = #{item.scaleLength,jdbcType=DECIMAL}, range = #{item.range,jdbcType=VARCHAR}, refer_btm_type_id = #{item.referBtmTypeId,jdbcType=VARCHAR}, refer_btm_type_name = #{item.referBtmTypeName,jdbcType=VARCHAR}, enum_id = #{item.enumId,jdbcType=VARCHAR}, enum_name = #{item.enumName,jdbcType=VARCHAR}, btm_name = #{item.btmName,jdbcType=VARCHAR}, owner = #{item.owner,jdbcType=VARCHAR}, creator = #{item.creator,jdbcType=VARCHAR}, create_time = #{item.createTime,jdbcType=TIMESTAMP}, last_modifier = #{item.lastModifier,jdbcType=VARCHAR}, last_modify_time = #{item.lastModifyTime,jdbcType=TIMESTAMP}, ts = #{item.ts,jdbcType=TIMESTAMP} delete from #{item,jdbcType=VARCHAR} ,