select id, type, name, logic_handler, description, english_name, templete_type from nodetemplate
insert into nodetemplate
type,name,logic_handler,description,english_name,templete_type,#{type},#{name},#{logicHandler},#{description},#{englishName},#{templateType},
update nodetemplate
type = #{type},name = #{name},logic_handler = #{logicHandler},description = #{description},english_name = #{englishName},templete_type = #{templateType},
where id = #{id}
delete from nodetemplate where id = #{id}
delete from nodetemplate where id in
#{id}