feiyu02
2024-11-21 90615ce702dde7f1d8fed373d8f3a96796ef1f2d
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?>
}