道路线索应急巡查系统服务后台
feiyu02
2025-09-30 84569abda51ecf6c5549dec4cadee8d043422379
src/main/kotlin/com/flightfeather/grid/service/ClueService.kt
@@ -2,6 +2,7 @@
import com.flightfeather.grid.constant.ConstantHttp
import com.flightfeather.grid.domain.ds1.entity.Clue
import com.flightfeather.grid.domain.ds1.entity.ClueInternal
import com.flightfeather.grid.utils.net.HttpMethod
import com.flightfeather.grid.vo.BaseResponse
import com.flightfeather.grid.vo.DataHead
@@ -22,6 +23,8 @@
        pageSize: Int? = ConstantHttp.DEFAULT_PAGE_SIZE,
    ): Pair<DataHead, List<Clue?>>
    fun searchClue(clue: Clue): List<Clue?>
    /**
     * 从远程数据源拉取下发线索
     * @param updateTime 下发时间(每次查询大于此时间的数据)