增加地址池管理查看所有IP、策略管理用户类型检索.
This commit is contained in:
@@ -102,4 +102,13 @@ public class IpReuseIpCfgService extends BaseService{
|
||||
ipReuseIpCfgDao.update(entity);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 策略管理:获取所有IP信息
|
||||
* @param addrPoolId
|
||||
* @return
|
||||
*/
|
||||
public List<IpReuseIpCfg> getPolicyIpInfo(Integer addrPoolId) {
|
||||
return ipReuseIpCfgDao.getPolicyIpInfo(addrPoolId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user