feiyu02
2025-05-28 19c90b219bd80f82bfcf799a7adfd03fd469c0b7
src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt
@@ -11,6 +11,7 @@
import com.flightfeather.uav.lightshare.eunm.ExceptionStatusType
import com.flightfeather.uav.socket.eunm.FactorType
import java.math.BigDecimal
import java.util.UUID
/**
 *
@@ -18,11 +19,6 @@
 * @author feiyu02
 */
class RealTimeExceptionResult() : BaseExceptionResult() {
    // 异常编号
    var guid: String? = null
    // 异常的状态
    var status:Int = ExceptionStatusType.InProgress.value
    var deviceCode: String? = null
@@ -53,7 +49,7 @@
    var latitude: BigDecimal? = null
    // 中间数据点坐标
    var midData: BaseRealTimeData? = null
    var midData: DataVo? = null
//    var midLongitude: BigDecimal? = null
//    var midLatitude: BigDecimal? = null