修改配置导出多媒体、高级功能模块排序以及添加日志总量
This commit is contained in:
@@ -37,6 +37,8 @@ public class FileDigestCfg extends BaseCfg<FileDigestCfg> {
|
||||
private Integer cfdsLevel;
|
||||
@ExcelField(title="file_url",sort=6)
|
||||
private String fileUrl;
|
||||
@ExcelField(title="log_total",sort=40)
|
||||
private Long totalLogs;
|
||||
|
||||
private NtcSubscribeIdCfg ntcSubscribeIdCfg;
|
||||
private List<NtcSubscribeIdCfg> ntcSubscribeIdCfgList;
|
||||
@@ -89,5 +91,10 @@ public class FileDigestCfg extends BaseCfg<FileDigestCfg> {
|
||||
public void setIndexTable(String indexTable) {
|
||||
this.indexTable = indexTable;
|
||||
}
|
||||
|
||||
public Long getTotalLogs() {
|
||||
return totalLogs;
|
||||
}
|
||||
public void setTotalLogs(Long totalLogs) {
|
||||
this.totalLogs = totalLogs;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user