上传代码
This commit is contained in:
29
src/main/java/com/nis/domain/restful/DfAttrStatLogMonth.java
Normal file
29
src/main/java/com/nis/domain/restful/DfAttrStatLogMonth.java
Normal file
@@ -0,0 +1,29 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogMonth.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;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfAttrStatLogMonth extends DfAttrStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user