(1)maatCfg 加入requestId字段,注解为affairId,用来来函的实时统计

(2)IP白名单导入,调整来函不验证
(3)基础协议,加密隧道行为,修改部分界面字段名
This commit is contained in:
wangxin
2018-07-26 11:04:57 +08:00
parent 05736d7d41
commit 6705bf02ec
6 changed files with 29 additions and 10 deletions

View File

@@ -73,6 +73,9 @@ public class MaatCfg implements Serializable {
@Expose
private Integer fatherCfgId;
@Expose
@SerializedName("affairId")
private Integer requestId;
@Expose
@SerializedName("opTime")
private Date auditTime;
@Expose
@@ -652,6 +655,13 @@ public class MaatCfg implements Serializable {
public void setIsValid(Integer isValid) {
this.isValid = isValid;
}
public Integer getRequestId() {
return requestId;
}
public void setRequestId(Integer requestId) {
this.requestId = requestId;
}
public void initDefaultValue() {
this.doLog=2;
this.doBlackList=1;