This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-k18-galaxy-service/src/main/java/com/nis/domain/restful/DjIpPortLog.java
zhangdongxu 13acafd43d 上传代码
2017-12-19 14:55:52 +08:00

28 lines
678 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @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;
}