feiyu02
2025-12-22 2302c9f0336f7ae4acae0583412ddc396645a0ed
src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/MonitorObjectVersionVo.kt
@@ -1,6 +1,9 @@
package cn.flightfeather.supervision.lightshare.vo
import cn.flightfeather.supervision.domain.ds1.entity.BaseScene
import cn.flightfeather.supervision.domain.ds1.entity.Monitorobjectversion
import cn.flightfeather.supervision.domain.ds1.entity.SceneDevice
import io.swagger.annotations.ApiModelProperty
class MonitorObjectVersionVo : Monitorobjectversion() {
@@ -15,4 +18,8 @@
    var sceneType: String? = null
    var scene: ScenseVo? = null
    //场景特有信息
    @ApiModelProperty(value = "场景特有信息", name = "根据不同的场景类型,属性各不相同")
    var subScene: BaseScene? = null
}