2143d6798bd15b067cb851a9e7ead5681b2d25ef.svn-base 284 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 package com.espeed.service; import java.util.List; import com.espeed.pojo.YxyShieldDomain; /*** * * @author 谢勇 * 屏蔽的域名 */ public interface YxyShieldDomainService { /**查询所有屏蔽的域名*/ public List<YxyShieldDomain> findAllList()throws Exception; }