多媒体、ddos Excel导出功能
This commit is contained in:
@@ -10,6 +10,8 @@ package com.nis.domain.configuration;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.nis.util.excel.ExcelField;
|
||||
|
||||
|
||||
/**
|
||||
* 文件摘要配置
|
||||
@@ -26,9 +28,13 @@ public class FileDigestCfg extends BaseCfg<FileDigestCfg> {
|
||||
*/
|
||||
private static final long serialVersionUID = 2796500715438264119L;
|
||||
private static final String tableName="file_digest_cfg";
|
||||
@ExcelField(title="raw_len",sort=3)
|
||||
private Long rawLen;
|
||||
@ExcelField(title="digest",sort=2)
|
||||
private String digest;
|
||||
@ExcelField(title="cfds_level",sort=4)
|
||||
private Integer cfdsLevel;
|
||||
@ExcelField(title="file_url",sort=5)
|
||||
private String fileUrl;
|
||||
|
||||
private NtcSubscribeIdCfg ntcSubscribeIdCfg;
|
||||
|
||||
Reference in New Issue
Block a user