feiyu02
2025-09-02 8c6e742562d0c8647e0ee8deff01a3eb176d677b
src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt
@@ -11,26 +11,23 @@
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
    var exception: String? = null
    var exceptionType: Int? = null
    var factorId: Int? = null
    var factorName: String? = null
//    var factorId: Int? = null
//    var factorName: String? = null
    var subFactorId: List<Int>? = null
    var subFactorName: List<String>? = null
    var selectedFactor: FactorFilter.SelectedFactor? = 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