yz_08
2021-02-26 ecad6bdfc3a547d8aa4ae80aec4f060c10e442e0
febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/entity/EmpDimissionAttend.java
@@ -118,10 +118,10 @@
    @ExcelField(value = "请假(天)")
    private BigDecimal leaveDay = BigDecimal.ZERO;
    @FieldInfo(name = "deduct", type = "decimal", explain = "有无代扣款项")
    @FieldInfo(name = "deduct", type = "varchar", explain = "有无代扣款项")
    @TableField("deduct")
    @ExcelField(value = "有无代扣款项")
    private BigDecimal deduct = BigDecimal.ZERO;
    private String deduct = "";
    @FieldInfo(name = "absenteeism", type = "decimal", explain = "旷工(天)")
    @TableField("absenteeism")