feat:导出问题bug修改

kingbase
wangxy 9 months ago
parent c988b20f4b
commit 56efe97dfc

@ -21,6 +21,18 @@ public class TdFileProvide extends BaseEntity
@Excel(name = "文件id")
private String fileId;
/** 文件标题 */
@Excel(name = "文件标题")
private String fileName;
/** 文号 */
@Excel(name = "文号")
private String fileNum;
/** 文件 */
@Excel(name = "文件")
private String fileSecretyj;
/** 发文份数 */
@Excel(name = "发文份数")
private Long provideCount;
@ -43,11 +55,10 @@ public class TdFileProvide extends BaseEntity
private String targetDepart;
/** */
@Excel(name = "")
private String provideLevel;
/** 紧急程度 */
@Excel(name = "紧急程度")
@Excel(name = "紧急程度",readConverterExp = "0=普通,1=紧急,2=加急")
private String instancyExtent;
/** 定密依据 */
@ -55,16 +66,13 @@ public class TdFileProvide extends BaseEntity
private String allianceFile;
/** 更改单位 */
@Excel(name = "更改单位")
private String updateDepart;
/** 更新人员 */
@Excel(name = "更新人员")
private String updateUser;
/** 更新日期 */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "更新日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date updateDate;
/** 所属地区 */
@ -72,43 +80,28 @@ public class TdFileProvide extends BaseEntity
private String frameworkId;
/** 文件密级 */
@Excel(name = "文件密级")
@Excel(name = "文件密级",readConverterExp = "0=秘密,1=机密,2=绝密")
private String fileSecret;
/** 保密期限 */
@Excel(name = "保密期限")
private String releaseSecretid;
/** 文件标题 */
@Excel(name = "文件标题")
private String fileName;
/** 文号 */
@Excel(name = "文号")
private String fileNum;
/** 文件 */
@Excel(name = "文件")
private String fileSecretyj;
/** */
@Excel(name = "")
private String filePurpose;
/** */
@Excel(name = "")
private String fileCode;
/** */
@Excel(name = "")
private String receiveUser;
/** */
@Excel(name = "")
private Long receiveCount;
/** */
@Excel(name = "")
private String operateId;
/** 所属地区 */

Loading…
Cancel
Save