src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/AreaVo.kt
@@ -25,6 +25,8 @@ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") var endtime: LocalDateTime? = null // 场景id var sceneId: String? = null // 场景名称 var sceneName: String? = null // 场景类型 @@ -35,4 +37,8 @@ // 主数据源,1:以飞羽环境系统中的用户为主体;2:以飞羽监管系统中的用户为主体 var sourceType:Int = 1 // 查询排序 var sort:String? = "asc" var sortBy: String? = null }