feiyu02
2024-07-19 9f9d982c9329ff3e616d03598155cce986cdad20
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
}