ResponsePage增加导出功能
This commit is contained in:
@@ -132,5 +132,9 @@ public class ProxyFileResponsePageService extends BaseService{
|
||||
List<ProxyFileResponsePageCfg> list=proxyFileDao.findPage(entity);
|
||||
return list;
|
||||
}
|
||||
public List<ProxyFileResponsePageCfg> findByList(String ids) {
|
||||
List<ProxyFileResponsePageCfg> list=proxyFileDao.findByList(ids);
|
||||
return list;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user