提交 1.SNAT复用策略、相关sql 2.IP复用调用CGI接口url字典

This commit is contained in:
zhangwq
2018-11-29 10:38:10 +08:00
parent a99fe7e835
commit ae9edb47e7
10 changed files with 964 additions and 10 deletions

View File

@@ -33,4 +33,6 @@ public interface IpAddrPoolCfgDao extends CrudDao<IpAddrPoolCfgDao>{
IpAddrPoolCfg getCfgInfo(IpAddrPoolCfg cfg);
List<IpAddrPoolCfg> findAddrPoolCfg();
}