| | |
| | | @TableField("jobName") |
| | | private String jobName = ""; |
| | | |
| | | @FieldInfo(name = "attendMonth", type = "varchar", explain = "离职考勤年份") |
| | | @TableField("attendMonth") |
| | | @FieldInfo(name = "attendYear", type = "varchar", explain = "离职考勤年份") |
| | | @TableField(exist = false) |
| | | private String attendYear = ""; |
| | | |
| | | @FieldInfo(name = "attendMonth", type = "varchar", explain = "离职考勤月份") |
| | |
| | | @TableField("leaveDay") |
| | | private BigDecimal leaveDay = BigDecimal.ZERO; |
| | | |
| | | @FieldInfo(name = "deduct", type = "decimal", explain = "有无代扣款项") |
| | | @FieldInfo(name = "deduct", type = "varchar", explain = "有无代扣款项") |
| | | @TableField("deduct") |
| | | private BigDecimal deduct = BigDecimal.ZERO; |
| | | private String deduct = ""; |
| | | |
| | | @FieldInfo(name = "absenteeism", type = "decimal", explain = "旷工(天)") |
| | | @TableField("absenteeism") |