地址池IP校验修改.

This commit is contained in:
zhangwq
2018-12-11 16:43:31 +08:00
parent f7db709545
commit 56598e05f0
6 changed files with 40 additions and 22 deletions

View File

@@ -35,7 +35,7 @@ public interface IpAddrPoolCfgDao extends CrudDao<IpAddrPoolCfgDao>{
Long getAddrPoolIdByName(String addrPoolName);
Long checkAddrPoolIp(@Param("srcIpAddress")String ip);
IpReuseIpCfg checkAddrPoolIp(@Param("srcIpAddress")String ip);