feiyu02
2024-09-27 72a384981ec78139dbe919597b54efedcc7f33aa
1
2
3
4
5
6
package cn.flightfeather.supervision.lightshare.vo
 
class ProblemlistsubtastVo {
    var problemlistVo: List<ProblemListVo>? = null
    var subtaskVo: SubtaskVo? = null
}