feiyu02
2025-09-19 7cbe1610b87da19ed8a146a09b1117f92d9d3d98
src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/dataprod/DPMonitorDataInfo.kt
@@ -1,6 +1,7 @@
package cn.flightfeather.supervision.lightshare.vo.dataprod
import cn.flightfeather.supervision.domain.ds1.entity.DustDataResult
import cn.flightfeather.supervision.domain.ds1.entity.Scense
/**
 * 数据产品监测数据信息
@@ -8,5 +9,6 @@
 * @author feiyu02
 */
class DPMonitorDataInfo {
    var scene: Scense? = null
    var data: DustDataResult? = null
}