26 lines
693 B
Java
26 lines
693 B
Java
/**
|
||
* @Title: DfSrcipDomesticStatLogMonth.java
|
||
* @Package com.nis.domain.restful
|
||
* @Description: TODO(用一句话描述该文件做什么)
|
||
* @author (ddm)
|
||
* @date 2016年9月13日 上午11:08:11
|
||
* @version V1.0
|
||
*/
|
||
package com.nis.domain.restful;
|
||
|
||
/**
|
||
* @ClassName: DfSrcipDomesticStatLogMonth
|
||
* @Description: 日志月报表
|
||
* @author (ddm)
|
||
* @date 2017年01月05日 下午07:08:11
|
||
* @version V1.0
|
||
*/
|
||
public class DfSrcIpDomesticStatLogMonth extends DfSrcIpDomesticStatLogDaily {
|
||
|
||
/**
|
||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||
*/
|
||
private static final long serialVersionUID = -2704912464592675932L;
|
||
|
||
}
|