select id, name, value_type, ai_hint, trade_type, create_time, create_by, update_time, update_by, remark from crm_customer_property_template
insert into crm_customer_property_template
name,value_type,ai_hint,trade_type,create_time,create_by,update_time,update_by,remark,#{name},#{valueType},#{aiHint},#{tradeType},#{createTime},#{createBy},#{updateTime},#{updateBy},#{remark},
update crm_customer_property_template
name = #{name},value_type = #{valueType},ai_hint = #{aiHint},trade_type = #{tradeType},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},remark = #{remark},
where id = #{id}
delete from crm_customer_property_template where id = #{id}
delete from crm_customer_property_template where id in
#{id}