孔祥富
2021-03-04 cfce5a0402f09b7f7891f045a77b8a9ceea69e1f
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")