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