道路线索应急巡查系统服务后台
feiyu02
2025-04-22 41548e262362faf603a71e066e01bd4ef46619d2
1
2
3
4
5
6
7
8
9
package com.flightfeather.grid.vo
 
import com.flightfeather.grid.domain.ds1.entity.Clue
 
class ClueVo : Clue() {
    var questionCount: Int = 0
    var conclusionCount: Int = 0
    var taskCount: Int = 0
}