admin
2023-11-02 8a2fdee9e1e50ff3a4664003e80ec1201b64e301
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);
}