申报月份
This commit is contained in:
parent
1c46bd28f7
commit
cae1b1062e
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue