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; //其他