LogReport更名为NtcPzReport

This commit is contained in:
wangxin
2018-07-12 17:36:12 +08:00
parent 4519d86867
commit f94e43aa60
3 changed files with 51 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ import java.util.Date;
* @date 2018年6月13日 下午2:21:04
* @version V1.0
*/
public class LogReport extends BaseReport<LogReport>{
public class NtcPzReport extends BaseReport<NtcPzReport>{
/**
* @Fields serialVersionUID:TODO用一句话描述这个变量表示什么
*
@@ -26,8 +26,6 @@ public class LogReport extends BaseReport<LogReport>{
private static final long serialVersionUID = 7079305499220977782L;
private Long configId;
private Long sum;
private Integer service;
private Date statTime;
/**
* configId
@@ -43,34 +41,6 @@ public class LogReport extends BaseReport<LogReport>{
public void setConfigId(Long configId) {
this.configId = configId;
}
/**
* sum
* @return sum
*/
public Long getSum() {
return sum;
}
/**
* @param sum the sum to set
*/
public void setSum(Long sum) {
this.sum = sum;
}
/**
* service
* @return service
*/
public Integer getService() {
return service;
}
/**
* @param service the service to set
*/
public void setService(Integer service) {
this.service = service;
}
/**
* statTime
* @return statTime