feiyu02
2025-09-30 a3cc1d220f8a1de11874bebceba0130d32157ff1
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
}