src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/dataprod/DPInspectionInfo.kt
@@ -10,6 +10,7 @@ * @author feiyu02 */ class DPInspectionInfo { var index: Int? = null var subTask: Subtask? = null var problems: List<ProblemListVo>? = null }