iperf固件使用说明文档：
https://github.com/Ai-Thinker-Open/Ai-Thinker-WB2/tree/main/applications/wifi/iperf#43-debug

固件升级文档：
注：我们只烧录一个文件，因此，烧录软件部分章节，看5.3部分内容
https://blog.csdn.net/Boantong_/article/details/125781602?spm=1001.2014.3001.5501


ALTER TABLE tb_hotel_room_list
ADD UNIQUE (hotel_id, room_num, floor_id);


ALTER TABLE tb_hotel_floor_list
ADD UNIQUE (hotel_id, des_detail);


ALTER TABLE tb_template_room_layout_hotel
ADD UNIQUE (hotel_id, des_detail);

ALTER TABLE tb_template_device_show_letter_label
ADD UNIQUE (hotel_id,room_layout_id,label_describe);

ALTER TABLE tb_template_electric_tags_hotel
ADD UNIQUE (hotel_id,room_layout_id,label,type);

ALTER TABLE tb_template_device_show_location_lable
ADD UNIQUE (hotel_id,room_layout_id,des_detail,type_device_node_id);







