package com.espeed.yxy.dao; import java.util.List; import com.espeed.yxy.pojo.YxyMailStencil; /*** * * @author 谢勇 * 邮件模版 */ public interface YxyMailStencilDao { /**HQL查询*/ public List<YxyMailStencil> findByHql(String hql)throws Exception; }