package com.espeed.yxy.dao;
import java.util.List;
import com.espeed.yxy.pojo.YxySendFilterAddress;
/**
*
* @author 谢勇
* 用户过滤接口
*/
public interface YxySendFilterAddressDao {
/**HQL查询*/
public List<YxySendFilterAddress> findByHql(String hql)throws Exception;
}