feiyu02
2025-07-30 f75ff7a0fc566dc18b60987b3fa2e65cae4665da
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?>
}