select id, name, `table`, fields, channeltpl, listtpl, showtpl, createtime, updatetime, setting from zdy_cms_model
insert into zdy_cms_model
name,`table`,fields,channeltpl,listtpl,showtpl,createtime,updatetime,setting,#{name},#{table},#{fields},#{channeltpl},#{listtpl},#{showtpl},#{createtime},#{updatetime},#{setting},
update zdy_cms_model
name = #{name},`table` = #{table},fields = #{fields},channeltpl = #{channeltpl},listtpl = #{listtpl},showtpl = #{showtpl},createtime = #{createtime},updatetime = #{updatetime},setting = #{setting},
where id = #{id}
delete from zdy_cms_model where id = #{id}
delete from zdy_cms_model where id in
#{id}