select id, link_type, link_type_name,description, cover_image, sort, status
from cms_link_type
insert into cms_link_type
link_type,link_type_name,description,cover_image,sort,status,#{linkType},#{linkTypeName},#{description},#{coverImage},#{sort},#{status},
update cms_link_type
link_type = #{linkType},link_type_name = #{linkTypeName},description = #{description},cover_image = #{coverImage},sort = #{sort},status = #{status},
where id = #{id}
delete from cms_link_type where id = #{id}
delete from cms_link_type where id in
#{id}