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