1、PXY IP替换 PXY_INTERCEPT_PKT_BIN表类型改为14(字符串类域);

2、添加Ntc BGP原始日志查询接口
This commit is contained in:
zhangdongxu
2018-08-22 14:42:59 +08:00
parent 3b5e7ecb9f
commit c275c8a07e
5 changed files with 108 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
package com.nis.domain.restful;
import com.nis.domain.LogEntity;
/**
*
* @ClassName:NtcBgpLog
* @Description:TODO(这里用一句话描述这个类的作用)
* @author (zdx)
* @date 2018年8月22日 下午2:18:06
* @version V1.0
*/
public class NtcBgpLog extends LogEntity<NtcBgpLog> {
private static final long serialVersionUID = -990806269407561021L;
}