feiyu02
2024-02-02 83455446544f89b0663a3f520744331ad8259289
1
2
3
4
5
6
7
8
9
package com.flightfeather.uav.lightshare.service
 
import com.flightfeather.uav.domain.entity.DeviceInfo
import com.flightfeather.uav.lightshare.bean.BaseResponse
 
interface DeviceService {
 
    fun getDeviceInfo(): BaseResponse<List<DeviceInfo>>
}