yuan
6 天以前 0e36c455e417ca3c21721f7f657963a1e8332fe7
src/main/java/com/ruoyi/staff/pojo/PersonalAttendanceRecords.java
@@ -63,7 +63,7 @@
    private BigDecimal workHours;
    @ApiModelProperty("状态 0正常 1迟到 2早退 3迟到早退 4缺勤")
    @Excel(name = "状态", sort = 8,readConverterExp = "0=正常,1=迟到,2=早退,3=迟到早退,4=缺勤")
    @Excel(name = "状态", sort = 8,readConverterExp = "0=正常,1=迟到,2=早退,3=迟到、早退,4=缺勤")
    private Integer status;
    @ApiModelProperty("备注")