修改app相关配置的区域IP配置新增修改逻辑

This commit is contained in:
zhangwei
2018-06-25 10:44:38 +08:00
parent aa322b3ef4
commit 98016b5232
5 changed files with 190 additions and 59 deletions

View File

@@ -49,9 +49,9 @@ public class AppIpCfg extends BaseCfg<AppIpCfg> {
/**
* 协议ID
*/
@Expose
@SerializedName("protocolId")
protected Integer protocolId ;
// @Expose
// @SerializedName("protocolId")
// protected Integer protocolId ;
/**
* ipType
@@ -101,15 +101,15 @@ public class AppIpCfg extends BaseCfg<AppIpCfg> {
* @return protocolId
*/
public Integer getProtocolId() {
return protocolId;
}
/**
* @param protocolId the protocolId to set
*/
public void setProtocolId(Integer protocolId) {
this.protocolId = protocolId;
}
// public Integer getProtocolId() {
// return protocolId;
// }
// /**
// * @param protocolId the protocolId to set
// */
// public void setProtocolId(Integer protocolId) {
// this.protocolId = protocolId;
// }
/**
* ipPattern