src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/PollutedData.kt
@@ -110,7 +110,7 @@ var times: Int? = null var historyDataList = mutableListOf<DataVo>() // 异常监测数据 // 异常监测数据,包含单此异常中所有发生了异常的数据值(可能不是时间连续的数据) var dataList: MutableList<BaseRealTimeData> = mutableListOf() var dataVoList: MutableList<DataVo> = mutableListOf()