select id, node, sys_types, subscribe, r_function, remarks, process_name, process, state from da_opcua_config
insert into da_opcua_config
node,sys_types,subscribe,r_function,remarks,process_name,process,state,#{node},#{sysTypes},#{subscribe},#{rFunction},#{remarks},#{processName},#{process},#{state},
update da_opcua_config
node = #{node},sys_types = #{sysTypes},subscribe = #{subscribe},r_function = #{rFunction},remarks = #{remarks},process_name = #{processName},process = #{process},state = #{state},
where id = #{id}
delete from da_opcua_config where id = #{id}
delete from da_opcua_config where id in
#{id}