申报月份

This commit is contained in:
钱涛 2022-03-11 16:28:37 +08:00
parent 1c46bd28f7
commit cae1b1062e
1 changed files with 1 additions and 3 deletions

View File

@ -34,7 +34,7 @@ public class AddUpDeductionRecordDTO {
//申报月份
@JsonFormat(pattern = "yyyy-MM")
@SalaryTableColumn(text = "申报月份", width = "10%", column = "hiredate", transmethod = "com.engine.salary.transmethod.TransMethod.timeToMoth")
@SalaryTableColumn(text = "申报月份", width = "10%", column = "declareMonth", transmethod = "com.engine.salary.transmethod.TransMethod.timeToMoth")
@ExcelProperty(index = 1)
private Date declareMonth;
@ -93,6 +93,4 @@ public class AddUpDeductionRecordDTO {
@SalaryTableColumn(text = "累计赡养老人", width = "10%", column = "addUpSupportElderly")
private BigDecimal addUpSupportElderly;
@SalaryTableColumn(text = "操作", width = "20%", column = "operate")
private String operate;
}