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