多媒体、IP复用、增加导出excel和csv
This commit is contained in:
@@ -54,6 +54,11 @@ public class IpAddrPoolCfgService extends BaseService{
|
||||
return page;
|
||||
}
|
||||
|
||||
public List<IpAddrPoolCfg> findByPage(String ids) {
|
||||
List<IpAddrPoolCfg> list=ipAddrPoolCfgDao.findByPage(ids);
|
||||
return list;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取数据跳转表单
|
||||
* @param id
|
||||
|
||||
Reference in New Issue
Block a user