Revert "Ssl,Pptp,L2tp 日志查询"

This reverts commit c9dcdedd87
This commit is contained in:
wangxin
2018-06-19 18:31:57 -04:00
parent c9dcdedd87
commit 3652e9fecd
15 changed files with 8 additions and 1036 deletions

View File

@@ -1,23 +0,0 @@
package com.nis.domain.log;
public class NtcPptpLog extends BaseLogEntity<NtcPptpLog> {
private static final long serialVersionUID = 6527360739786343374L;
private Integer tunnelType;// 通道类型
private Integer encryptMode;// 加密方式
public Integer getTunnelType() {
return tunnelType;
}
public void setTunnelType(Integer tunnelType) {
this.tunnelType = tunnelType;
}
public Integer getEncryptMode() {
return encryptMode;
}
public void setEncryptMode(Integer encryptMode) {
this.encryptMode = encryptMode;
}
}