2253450334496326253f1bfdb4e1096b3ba3c0ee.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.YxySendSysFilter; /*** * * 发送过滤字符service * */ public interface YxySendSysFilterService { /**查询所有过滤字符*/ public List<YxySendSysFilter> findAllFilterStr()throws Exception; }