修复其他免税编辑功能

This commit is contained in:
钱涛 2024-12-27 15:46:22 +08:00
parent 5946ea6985
commit e23c4d08cc
1 changed files with 2 additions and 0 deletions

View File

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