feiyu02
2024-12-31 0c59552dc14c9023d4c0a9d57509cce1d5a6d6da
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?>
}