luoyb
2021-02-03 1e0c5d41572d5774d589c87250a0626081068d6f
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")