调整日志配置总量查询,整页配置只查询一次,减小资源浪费
This commit is contained in:
@@ -25,21 +25,14 @@ public class NtcPzReport extends BaseReport<NtcPzReport>{
|
||||
*/
|
||||
|
||||
private static final long serialVersionUID = 7079305499220977782L;
|
||||
private Long configId;
|
||||
private Long cfgId;
|
||||
private Date statTime;
|
||||
/**
|
||||
* configId
|
||||
* @return configId
|
||||
*/
|
||||
|
||||
public Long getConfigId() {
|
||||
return configId;
|
||||
public Long getCfgId() {
|
||||
return cfgId;
|
||||
}
|
||||
/**
|
||||
* @param configId the configId to set
|
||||
*/
|
||||
public void setConfigId(Long configId) {
|
||||
this.configId = configId;
|
||||
public void setCfgId(Long cfgId) {
|
||||
this.cfgId = cfgId;
|
||||
}
|
||||
/**
|
||||
* statTime
|
||||
|
||||
Reference in New Issue
Block a user