ÎļþÃû´Ó src/main/kotlin/com/flightfeather/uav/repository/AirDataRepository.kt ÐÞ¸Ä |
| | |
| | | package com.flightfeather.uav.repository |
| | | package com.flightfeather.uav.domain.repository |
| | | |
| | | import com.flightfeather.uav.domain.entity.RealTimeData |
| | | import com.flightfeather.uav.lightshare.bean.DataVo |
| | | import com.flightfeather.uav.socket.bean.AirDataPackage |
| | | |
| | | /** |
| | | * èµ°èªçæµæ°æ®æ°æ®åºç®¡ç |
| | | * @author riku |
| | | * Date: 2020/6/11 |
| | | */ |
| | | interface AirDataRepository { |
| | | interface AirDataRep { |
| | | |
| | | /** |
| | | * åå§æ°æ®ä»¥jsonæ ¼å¼åå¨ |