src/main/kotlin/cn/flightfeather/supervision/lightshare/service/UserMapService.kt
@@ -20,5 +20,5 @@ fun autoCreateMap(userList: List<Userinfo?>) fun fetchDeviceMap(areaVo: AreaVo): List<DeviceMapVo?> fun fetchDeviceMap(page: Int?, perPage: Int?, areaVo: AreaVo): List<DeviceMapVo?> }