yz_08
2021-02-09 165e00495c05e4f89ac6c3902620e235944965ab
febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/entity/EmpDimissionAttend.java
@@ -74,9 +74,13 @@
    @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")