package com.espeed.dao; import java.util.List; import com.espeed.pojo.YxyNoshieldEmail; public interface YxyNoshieldEmailDao { /**hql查询*/ public List<YxyNoshieldEmail> findByHql(String hql) throws Exception; }