feiyu02
2025-07-30 f75ff7a0fc566dc18b60987b3fa2e65cae4665da
src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/StatisticsVo.kt
@@ -1,5 +1,6 @@
package cn.flightfeather.supervision.lightshare.vo
import cn.flightfeather.supervision.domain.ds1.entity.Problemlist
import com.fasterxml.jackson.annotation.JsonInclude
import java.util.*
@@ -16,4 +17,6 @@
    var changeCount: Int = 0
    var problems: List<Problemlist>? = null
}