d1f2dea091eaf443dc08aea07ab6dd197c1ae510.svn-base 267 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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; }