package yxy.timer.dao; /* * 待发地址DAO */ public interface YxySendMailDetailDao { /**HQL删除修改*/ public void updateDelByHql(String hql)throws Exception; }