2517e376eece72950c992c0b5bb2a939d8ac2f29.svn-base 159 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 package yxy.timer.dao; /** * * 地址dao * */ public interface YxyUserAddressDao { /**HQL删除*/ public void delByHql(String hql)throws Exception; }