562 lines
34 KiB
XML
562 lines
34 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.nis.web.dao.DfLogSearchDao">
|
|
<!-- 所有日志表的公共属性 -->
|
|
<sql id="commonPorperty">
|
|
cfg_id ,
|
|
found_time ,
|
|
recv_time ,
|
|
trans_proto ,
|
|
addr_type ,
|
|
d_ip ,
|
|
s_ip ,
|
|
d_port ,
|
|
s_port ,
|
|
service ,
|
|
entrance_id ,
|
|
device_id ,
|
|
direction ,
|
|
stream_dir ,
|
|
cap_ip ,
|
|
addr_list ,
|
|
user_region
|
|
</sql>
|
|
<resultMap id="NtcIpLogMap" type="com.nis.domain.restful.NtcIpLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
</resultMap>
|
|
|
|
<resultMap id="NtcHttpLogMap" type="com.nis.domain.restful.NtcHttpLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
|
|
<result column="url" jdbcType="VARCHAR" property="url" />
|
|
<result column="req_hdr_file" jdbcType="VARCHAR" property="reqHdrFile" />
|
|
<result column="req_body_file" jdbcType="VARCHAR" property="reqBodyFile" />
|
|
<result column="res_hdr_file" jdbcType="VARCHAR" property="resHdrFile" />
|
|
<result column="res_body_file" jdbcType="VARCHAR" property="resBodyFile" />
|
|
</resultMap>
|
|
|
|
<resultMap id="NtcDnsLogMap" type="com.nis.domain.restful.NtcDnsLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="rd" jdbcType="INTEGER" property="rd" />
|
|
<result column="qr" jdbcType="INTEGER" property="qr" />
|
|
<result column="ra" jdbcType="INTEGER" property="ra" />
|
|
<result column="rr" jdbcType="VARCHAR" property="rr" />
|
|
<result column="qtype" jdbcType="INTEGER" property="qType" />
|
|
<result column="qclass" jdbcType="INTEGER" property="qclass" />
|
|
<result column="opcode" jdbcType="INTEGER" property="opcode" />
|
|
<result column="qname" jdbcType="VARCHAR" property="qname" />
|
|
<result column="cname" jdbcType="VARCHAR" property="cname" />
|
|
<result column="dns_sub" jdbcType="INTEGER" property="dnsSub" />
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<resultMap id="NtcMailLogMap" type="com.nis.domain.restful.NtcMailLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="mail_proto" jdbcType="VARCHAR" property="mailProto" />
|
|
<result column="mail_from" jdbcType="VARCHAR" property="mailFrom" />
|
|
<result column="mail_to" jdbcType="VARCHAR" property="mailTo" />
|
|
<result column="subject" jdbcType="VARCHAR" property="subject" />
|
|
<result column="eml_file" jdbcType="VARCHAR" property="emlFile" />
|
|
</resultMap>
|
|
|
|
|
|
|
|
<resultMap id="NtcSslLogMap" type="com.nis.domain.restful.NtcSslLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="version" jdbcType="VARCHAR" property="version" />
|
|
<result column="sni" jdbcType="VARCHAR" property="sni" />
|
|
<result column="san" jdbcType="VARCHAR" property="san" />
|
|
<result column="ca" jdbcType="VARCHAR" property="ca" />
|
|
</resultMap>
|
|
|
|
|
|
|
|
<resultMap id="NtcPptpLogMap" type="com.nis.domain.restful.NtcPptpLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="tunnel_type" jdbcType="INTEGER" property="tunnelType" />
|
|
<result column="encrypt_mode" jdbcType="INTEGER" property="encryptMode" />
|
|
</resultMap>
|
|
|
|
|
|
|
|
<resultMap id="NtcL2tpLogMap" type="com.nis.domain.restful.NtcL2tpLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="tunnel_type" jdbcType="INTEGER" property="tunnelType" />
|
|
<result column="encrypt_mode" jdbcType="INTEGER" property="encryptMode" />
|
|
<result column="chap_name" jdbcType="VARCHAR" property="chapName" />
|
|
</resultMap>
|
|
|
|
<resultMap id="NtcOpenvpnLogMap" type="com.nis.domain.restful.NtcOpenvpnLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="version" jdbcType="VARCHAR" property="version" />
|
|
<result column="encrypt_mode" jdbcType="VARCHAR" property="encryptMode" />
|
|
<result column="hmac" jdbcType="INTEGER" property="hmac" />
|
|
<result column="tunnel_type" jdbcType="INTEGER" property="tunnelType" />
|
|
</resultMap>
|
|
|
|
|
|
<resultMap id="NtcIpsecLogMap" type="com.nis.domain.restful.NtcIpsecLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="ex_protocol" jdbcType="INTEGER" property="exProtocol" />
|
|
<result column="isakmp_mode" jdbcType="INTEGER" property="isakmpMode" />
|
|
</resultMap>
|
|
|
|
|
|
<resultMap id="NtcSshLogMap" type="com.nis.domain.restful.NtcSshLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="version" jdbcType="VARCHAR" property="version" />
|
|
<result column="host_key" jdbcType="VARCHAR" property="hostKey" />
|
|
<result column="host_cookie" jdbcType="VARCHAR" property="hostCookie" />
|
|
<result column="encrypt_mode" jdbcType="VARCHAR" property="encryptMode" />
|
|
<result column="mac" jdbcType="VARCHAR" property="mac" />
|
|
<result column="tunnel_type" jdbcType="INTEGER" property="tunnelType" />
|
|
</resultMap>
|
|
|
|
<resultMap id="NtcFtpLogMap" type="com.nis.domain.restful.NtcFtpLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="ftp_url" jdbcType="VARCHAR" property="ftpUrl" />
|
|
<result column="ftp_content" jdbcType="VARCHAR" property="ftpContent" />
|
|
</resultMap>
|
|
|
|
<resultMap id="NtcAppLogMap" type="com.nis.domain.restful.NtcAppLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
</resultMap>
|
|
|
|
<resultMap id="NtcDdosLogMap" type="com.nis.domain.restful.NtcDdosLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="attack_type" jdbcType="INTEGER" property="attackType" />
|
|
<result column="attack_start_time" jdbcType="TIMESTAMP" property="attackStartTime" />
|
|
<result column="last_attack_time" jdbcType="TIMESTAMP" property="lastAttackTime" />
|
|
<result column="attack_max_pps" jdbcType="VARCHAR" property="attackMaxPps" />
|
|
<result column="attack_max_bps" jdbcType="VARCHAR" property="attackMaxBps" />
|
|
<result column="attack_total_pkt" jdbcType="VARCHAR" property="attackTotalPkt" />
|
|
<result column="attack_total_byte" jdbcType="VARCHAR" property="attackTotalByte" />
|
|
<result column="is_blcok" jdbcType="INTEGER" property="isBlcok" />
|
|
</resultMap>
|
|
<resultMap id="DkBehaviorLogMap" type="com.nis.domain.restful.DkBehaviorLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="c2s_send_pkt_num" jdbcType="VARCHAR" property="c2sSendPktNum" />
|
|
<result column="s2c_send_pkt_num" jdbcType="VARCHAR" property="s2cSendPktNum" />
|
|
<result column="c2s_send_byte_num" jdbcType="VARCHAR" property="c2sSendByteNum" />
|
|
<result column="s2c_send_byte_num" jdbcType="VARCHAR" property="s2cSendByteNum" />
|
|
<result column="c2s_recv_pkt_num" jdbcType="VARCHAR" property="c2sRecvPktNum" />
|
|
<result column="s2c_recv_pkt_num" jdbcType="VARCHAR" property="s2cRecvPktNum" />
|
|
<result column="c2s_recv_byte_num" jdbcType="VARCHAR" property="c2sRecvByteNum" />
|
|
<result column="s2c_recv_byte_num" jdbcType="VARCHAR" property="s2cRecvByteNum" />
|
|
</resultMap>
|
|
<resultMap id="MmAvIpLogMap" type="com.nis.domain.restful.MmAvIpLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="pid" jdbcType="VARCHAR" property="pid" />
|
|
<result column="url" jdbcType="VARCHAR" property="url" />
|
|
<result column="log_uri" jdbcType="VARCHAR" property="logUri" />
|
|
<result column="refer" jdbcType="VARCHAR" property="refer" />
|
|
<result column="level" jdbcType="INTEGER" property="level" />
|
|
<result column="fd_type" jdbcType="INTEGER" property="fdType" />
|
|
<result column="protocol" jdbcType="VARCHAR" property="protocol" />
|
|
</resultMap>
|
|
<resultMap id="MmAvUrlLogMap" type="com.nis.domain.restful.MmAvUrlLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="pid" jdbcType="VARCHAR" property="pid" />
|
|
<result column="url" jdbcType="VARCHAR" property="url" />
|
|
<result column="log_uri" jdbcType="VARCHAR" property="logUri" />
|
|
<result column="refer" jdbcType="VARCHAR" property="refer" />
|
|
<result column="level" jdbcType="INTEGER" property="level" />
|
|
<result column="fd_type" jdbcType="INTEGER" property="fdType" />
|
|
<result column="protocol" jdbcType="VARCHAR" property="protocol" />
|
|
</resultMap>
|
|
<resultMap id="MmPicIpLogMap" type="com.nis.domain.restful.MmPicIpLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="pid" jdbcType="VARCHAR" property="pid" />
|
|
<result column="url" jdbcType="VARCHAR" property="url" />
|
|
<result column="log_uri" jdbcType="VARCHAR" property="logUri" />
|
|
<result column="refer" jdbcType="VARCHAR" property="refer" />
|
|
<result column="level" jdbcType="INTEGER" property="level" />
|
|
<result column="fd_type" jdbcType="INTEGER" property="fdType" />
|
|
<result column="protocol" jdbcType="VARCHAR" property="protocol" />
|
|
</resultMap>
|
|
<resultMap id="MmPicUrlLogMap" type="com.nis.domain.restful.MmPicUrlLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="pid" jdbcType="VARCHAR" property="pid" />
|
|
<result column="url" jdbcType="VARCHAR" property="url" />
|
|
<result column="log_uri" jdbcType="VARCHAR" property="logUri" />
|
|
<result column="refer" jdbcType="VARCHAR" property="refer" />
|
|
<result column="level" jdbcType="INTEGER" property="level" />
|
|
<result column="fd_type" jdbcType="INTEGER" property="fdType" />
|
|
<result column="protocol" jdbcType="VARCHAR" property="protocol" />
|
|
</resultMap>
|
|
|
|
<resultMap id="MmVoipLogMap" type="com.nis.domain.restful.MmVoipLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="duation" jdbcType="VARCHAR" property="duation" />
|
|
<result column="protocol" jdbcType="VARCHAR" property="protocol" />
|
|
<result column="calling_account" jdbcType="VARCHAR" property="callingAccount" />
|
|
<result column="called_account" jdbcType="VARCHAR" property="calledAccount" />
|
|
<result column="calling_number" jdbcType="VARCHAR" property="callingNumber" />
|
|
<result column="called_number" jdbcType="VARCHAR" property="calledNumber" />
|
|
<result column="from_to_store_ip" jdbcType="VARCHAR" property="fromToStoreIp" />
|
|
<result column="from_to_store_url" jdbcType="VARCHAR" property="fromToStoreUrl" />
|
|
<result column="to_from_store_ip" jdbcType="VARCHAR" property="toFromStoreIp" />
|
|
<result column="to_from_store_url" jdbcType="VARCHAR" property="toFromStoreUrl" />
|
|
<result column="pid" jdbcType="VARCHAR" property="pid" />
|
|
<result column="log_uri" jdbcType="VARCHAR" property="logUri" />
|
|
<result column="level" jdbcType="INTEGER" property="level" />
|
|
<result column="fd_type" jdbcType="INTEGER" property="fdType" />
|
|
</resultMap>
|
|
<resultMap id="PxyHttpLogMap" type="com.nis.domain.restful.PxyHttpLog">
|
|
<result column="cfg_id" jdbcType="BIGINT" property="cfgId" />
|
|
<result column="found_Time" jdbcType="TIMESTAMP" property="foundTime" />
|
|
<result column="recv_Time" jdbcType="TIMESTAMP" property="recvTime" />
|
|
<result column="trans_proto" jdbcType="VARCHAR" property="transProto" />
|
|
<result column="addr_type" jdbcType="INTEGER" property="addrType" />
|
|
<result column="d_ip" jdbcType="VARCHAR" property="dIp" />
|
|
<result column="s_ip" jdbcType="VARCHAR" property="sIp" />
|
|
<result column="d_port" jdbcType="VARCHAR" property="dPort" />
|
|
<result column="s_port" jdbcType="VARCHAR" property="sPort" />
|
|
<result column="service" jdbcType="INTEGER" property="service" />
|
|
<result column="entrance_id" jdbcType="BIGINT" property="entranceId" />
|
|
<result column="device_id" jdbcType="INTEGER" property="deviceId" />
|
|
<result column="direction" jdbcType="INTEGER" property="direction" />
|
|
<result column="stream_dir" jdbcType="INTEGER" property="streamDir" />
|
|
<result column="cap_ip" jdbcType="VARCHAR" property="capIp" />
|
|
<result column="addr_list" jdbcType="VARCHAR" property="addrList" />
|
|
<result column="user_region" jdbcType="VARCHAR" property="userRegion" />
|
|
|
|
<result column="url" jdbcType="VARCHAR" property="url" />
|
|
<result column="req_line" jdbcType="VARCHAR" property="reqLine" />
|
|
<result column="res_line" jdbcType="VARCHAR" property="resLine" />
|
|
<result column="cookie" jdbcType="VARCHAR" property="cookie" />
|
|
<result column="referer" jdbcType="VARCHAR" property="referer" />
|
|
<result column="user_agent" jdbcType="VARCHAR" property="userAgent" />
|
|
<result column="content_len" jdbcType="VARCHAR" property="contentLen" />
|
|
<result column="content_type" jdbcType="VARCHAR" property="contentType" />
|
|
<result column="set_cookie" jdbcType="VARCHAR" property="setCookie" />
|
|
<result column="req_header" jdbcType="VARCHAR" property="reqHeader" />
|
|
<result column="resp_header" jdbcType="VARCHAR" property="respHeader" />
|
|
<result column="req_body" jdbcType="VARCHAR" property="reqBody" />
|
|
<result column="resp_body" jdbcType="VARCHAR" property="respBody" />
|
|
</resultMap>
|
|
|
|
</mapper> |