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 }