From e23c4d08ccf7e13d0701ae22e150bf50e2b9e9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Fri, 27 Dec 2024 15:46:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B6=E4=BB=96=E5=85=8D?= =?UTF-8?q?=E7=A8=8E=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../salary/entity/datacollection/dto/OtherDeductionListDTO.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/engine/salary/entity/datacollection/dto/OtherDeductionListDTO.java b/src/com/engine/salary/entity/datacollection/dto/OtherDeductionListDTO.java index aaa2b4109..9f214d8a7 100644 --- a/src/com/engine/salary/entity/datacollection/dto/OtherDeductionListDTO.java +++ b/src/com/engine/salary/entity/datacollection/dto/OtherDeductionListDTO.java @@ -88,6 +88,7 @@ public class OtherDeductionListDTO { @ExcelProperty(index = 7) @SalaryTableColumn(text = "免税收入", width = "10%", column = "freeIncome") @TableTitle(title = "免税收入", dataIndex = "freeIncome", key = "freeIncome") + @Encrypt private String freeIncome; @@ -119,6 +120,7 @@ public class OtherDeductionListDTO { @ExcelProperty(index = 11) @SalaryTableColumn(text = "减免税额", width = "10%", column = "derateDeduction") @TableTitle(title = "减免税额", dataIndex = "derateDeduction", key = "derateDeduction") + @Encrypt private String derateDeduction; //其他