select id, name, controller_id, location, status, create_by, create_time, update_by, update_time, remark from air_conditioner
insert into air_conditioner
name,controller_id,location,status,create_by,create_time,update_by,update_time,remark,#{name},#{controllerId},#{location},#{status},#{createBy},#{createTime},#{updateBy},#{updateTime},#{remark},
update air_conditioner
name = #{name},controller_id = #{controllerId},location = #{location},status = #{status},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from air_conditioner where id = #{id}
delete from air_conditioner where id in
#{id}