wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceService.java
@@ -169,6 +169,8 @@ */ public int reportDevice(Device device,Device deviceentity); //int updateDeviceUserBySN(List<String> snList, Long userId); /** * 删除设备 * @@ -200,5 +202,5 @@ * 重置设备状态-用户绑定设备 * @return 结果 */ public int updateDeviceUserBySN(List<String> snList,Long userId); public int updateDeviceUserBySN(List<String> snList, Long userId); }