From 56efe97dfc0fec478463cf3966be649adb98fe18 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Tue, 25 Jun 2024 11:26:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=AF=BC=E5=87=BA=E9=97=AE=E9=A2=98bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ruoyi/system/domain/TdFileProvide.java | 35 ++++++++----------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdFileProvide.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdFileProvide.java index 7024cb6..b0f6fc4 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdFileProvide.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/TdFileProvide.java @@ -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; /** 所属地区 */