package cn.flightfeather.supervision.lightshare.vo
|
|
import cn.flightfeather.supervision.domain.entity.BaseInfo
|
import cn.flightfeather.supervision.domain.entity.Userinfo
|
|
class BaseInfoVo : BaseInfo() {
|
var userInfo: Userinfo? = null
|
var sceneTypeName: String? = null
|
}
|