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