28 lines
678 B
Java
28 lines
678 B
Java
|
|
/**
|
|||
|
|
* @Title: DjIpPortLog.java
|
|||
|
|
* @Package com.nis.domain.restful
|
|||
|
|
* @Description: TODO(用一句话描述该文件做什么)
|
|||
|
|
* @author (zbc)
|
|||
|
|
* @date 2016年9月7日 下午1:42:12
|
|||
|
|
* @version V1.0
|
|||
|
|
*/
|
|||
|
|
package com.nis.domain.restful;
|
|||
|
|
|
|||
|
|
import com.nis.domain.LogEntity;
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* @ClassName: DjIpPortLog
|
|||
|
|
* @Description: 端口监测日志实体
|
|||
|
|
* @author (zbc)
|
|||
|
|
* @date 2016年9月7日 下午1:42:12
|
|||
|
|
* @version V1.0
|
|||
|
|
*/
|
|||
|
|
public class DjIpPortLog extends LogEntity<DjIpPortLog>{
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
|||
|
|
*/
|
|||
|
|
private static final long serialVersionUID = 2011669272157526917L;
|
|||
|
|
|
|||
|
|
}
|