select id, unit, count, create_by, create_time, update_by, update_time, remark from tc_wpyrwwcl
insert into tc_wpyrwwcl
unit,count,create_by,create_time,update_by,update_time,remark,#{unit},#{count},#{createBy},#{createTime},#{updateBy},#{updateTime},#{remark},
update tc_wpyrwwcl
unit = #{unit},count = #{count},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from tc_wpyrwwcl where id = #{id}
delete from tc_wpyrwwcl where id in
#{id}