P2P日志增加字段.
This commit is contained in:
@@ -6,20 +6,20 @@ public class NtcP2pLog extends BaseLogEntity<NtcP2pLog>{
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -826089417186930465L;
|
||||
private Integer p2pProtoId;
|
||||
private Integer p2pFileId;
|
||||
private String p2pProto;
|
||||
private String p2pFileId;
|
||||
private String p2pKeyword;
|
||||
|
||||
public Integer getP2pProtoId() {
|
||||
return p2pProtoId;
|
||||
public String getP2pProto() {
|
||||
return p2pProto;
|
||||
}
|
||||
public void setP2pProtoId(Integer p2pProtoId) {
|
||||
this.p2pProtoId = p2pProtoId;
|
||||
public void setP2pProto(String p2pProto) {
|
||||
this.p2pProto = p2pProto;
|
||||
}
|
||||
public Integer getP2pFileId() {
|
||||
public String getP2pFileId() {
|
||||
return p2pFileId;
|
||||
}
|
||||
public void setP2pFileId(Integer p2pFileId) {
|
||||
public void setP2pFileId(String p2pFileId) {
|
||||
this.p2pFileId = p2pFileId;
|
||||
}
|
||||
public String getP2pKeyword() {
|
||||
@@ -28,4 +28,5 @@ public class NtcP2pLog extends BaseLogEntity<NtcP2pLog>{
|
||||
public void setP2pKeyword(String p2pKeyword) {
|
||||
this.p2pKeyword = p2pKeyword;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1148,4 +1148,8 @@ MM_FACE_RECOGNIZATION=Face Recognization
|
||||
preset=Preset
|
||||
ip_must_select=IP Configuration must select
|
||||
av_voip_account_reject=VoIP Account Control
|
||||
av_voip_account_monit=VoIP Account Monitoring
|
||||
av_voip_account_monit=VoIP Account Monitoring
|
||||
|
||||
p2p_proto=P2P Protocol
|
||||
p2p_file_id=File Marking
|
||||
p2p_keyword=Emule Search Keyword
|
||||
@@ -1146,4 +1146,8 @@ MM_FACE_RECOGNIZATION=\u4EBA\u8138\u8BC6\u522B
|
||||
preset=\u9884\u7F6E
|
||||
ip_must_select=IP\u914D\u7F6E\u5FC5\u9009
|
||||
av_voip_account_reject=VoIP \u8D26\u53F7\u7BA1\u63A7
|
||||
av_voip_account_monit=VoIP \u8D26\u53F7\u76D1\u6D4B
|
||||
av_voip_account_monit=VoIP \u8D26\u53F7\u76D1\u6D4B
|
||||
|
||||
p2p_proto=P2P\u534F\u8BAE
|
||||
p2p_file_id=\u6587\u4EF6\u6807\u8BC6
|
||||
p2p_keyword=Emule\u641C\u7D22\u5173\u952E\u8BCD
|
||||
@@ -188,6 +188,11 @@
|
||||
<th><spring:message code="action"/></th>
|
||||
<th><spring:message code="found_time"/></th>
|
||||
<th><spring:message code="entrance"/></th>
|
||||
|
||||
<th><spring:message code="p2p_proto"/></th>
|
||||
<th><spring:message code="p2p_file_id"/></th>
|
||||
<th><spring:message code="p2p_keyword"/></th>
|
||||
|
||||
<th><spring:message code="clj_ip"/></th>
|
||||
<th><spring:message code="protocol"/></th>
|
||||
<th><spring:message code='addr_type'/></th>
|
||||
@@ -229,6 +234,11 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
|
||||
<td>${log.p2pProto}</td>
|
||||
<td>${log.p2pFileId}</td>
|
||||
<td>${log.p2pKeyword}</td>
|
||||
|
||||
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
|
||||
<td>${log.transProto }</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user