修复其他免税编辑功能
This commit is contained in:
parent
5946ea6985
commit
e23c4d08cc
|
|
@ -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;
|
||||
|
||||
//其他
|
||||
|
|
|
|||
Loading…
Reference in New Issue