| | |
| | | @TableField("jobName") |
| | | private String jobName = ""; |
| | | |
| | | @FieldInfo(name = "attendMonth", type = "tinyint", explain = "离职考勤月份") |
| | | @FieldInfo(name = "attendMonth", type = "varchar", explain = "离职考勤月份") |
| | | @TableField("attendMonth") |
| | | private Integer attendMonth = 0; |
| | | private String attendMonth = ""; |
| | | |
| | | @FieldInfo(name = "attendDays", type = "decimal", explain = "出勤天数") |
| | | @TableField("attendDays") |
| | | private BigDecimal attendDays = BigDecimal.ZERO; |
| | | |
| | | @FieldInfo(name = "overtimeHour", type = "decimal", explain = "加班小时") |
| | | @TableField("overtimeHour") |