package com.bcxin.survey.dao.report;

/**
 * @author hzp
 * 踏勘专家Dao
 */
public interface SurveyExpertDao extends BaseDao{

    String findSurveyExperts(Long taskId);
}