修改app相关配置的区域IP配置新增修改逻辑
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user