select id, name, station, address, value, type from wcs_plcpoint
insert into wcs_plcpoint
id,name,station,address,value,type,#{id},#{name},#{station},#{address},#{value},#{type},
update wcs_plcpoint
name = #{name},station = #{station},address = #{address},value = #{value},type = #{type},
where id = #{id}
delete from wcs_plcpoint where id = #{id}
delete from wcs_plcpoint where id in
#{id}