feiyu02
2025-06-02 718aabb1db80e7efbb2e866ca3ae74bcd264e20a
src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt
@@ -11,18 +11,15 @@
import com.flightfeather.uav.lightshare.eunm.ExceptionStatusType
import com.flightfeather.uav.socket.eunm.FactorType
import java.math.BigDecimal
import java.util.UUID
/**
 *
 * @date 2025/5/13
 * @author feiyu02
 */
@Deprecated("2025.5.29, 逻辑与业务不匹配,后续删除")
class RealTimeExceptionResult() : BaseExceptionResult() {
    // 异常编号
    var guid: String? = null
    // 异常的状态
    var status:Int = ExceptionStatusType.InProgress.value
    var deviceCode: String? = null
@@ -53,7 +50,7 @@
    var latitude: BigDecimal? = null
    // 中间数据点坐标
    var midData: BaseRealTimeData? = null
    var midData: DataVo? = null
//    var midLongitude: BigDecimal? = null
//    var midLatitude: BigDecimal? = null