修改snat策略下发的用户信息.

This commit is contained in:
zhangwq
2018-12-05 11:45:59 +08:00
parent dd1862abce
commit 52a8f4b635
7 changed files with 22 additions and 22 deletions

View File

@@ -15,8 +15,8 @@ public class IpReusePolicyCfg extends BaseCfg<IpReusePolicyCfg>{
private Integer addrPoolId; // 地址池ID
private String translateParam; // 地址翻译参数
private String userName; // 仅用于列表条件检索
private String addrPoolName;
private String userName;
private String addrPoolName; // 仅用于列表条件检索
public Integer getUserId() {
return userId;