yuan
7 天以前 211d2887af4608fbdfd40af1e16e4f58131dfaa2
src/main/java/com/ruoyi/staff/excel/StaffSalaryExportData.java
@@ -20,6 +20,9 @@
    @Excel(name = "员工姓名")
    private String staffName;
    @Excel(name = "入司日期")
    private String entryDate;
    @Excel(name = "部门名称")
    private String deptName;
@@ -29,30 +32,36 @@
    @Excel(name = "全勤奖金")
    private BigDecimal attendanceBonus;
    @Excel(name = "计件工资")
    private BigDecimal pieceSalary;
    @Excel(name = "日计工资")
    private BigDecimal dailySalary;
    @Excel(name = "计时工资")
    private BigDecimal hourlySalary;
    @Excel(name = "出勤天数")
    private Integer workDays;
    @Excel(name = "月工作日天数")
    private Integer monthWorkDays;
    @Excel(name = "月标准工时")
    private BigDecimal standardHours;
    @Excel(name = "效益")
    private BigDecimal conversionRatio;
    @Excel(name = "月时间合计")
    private BigDecimal monthTimeTotal;
    @Excel(name = "折合倍数")
    private BigDecimal conversionRatio;
    @Excel(name = "工序折算工时")
    private BigDecimal convertedWorkHours;
    @Excel(name = "其他收入")
    private BigDecimal otherIncome;
    @Excel(name = "事假")
    private BigDecimal personalLeave;
    @Excel(name = "病假")
    private BigDecimal sickLeave;
    @Excel(name = "丧假")
    private BigDecimal bereavementLeave;
    @Excel(name = "婚假")
    private BigDecimal marriageLeave;
    @Excel(name = "津贴")
    private BigDecimal allowance;
    @Excel(name = "社保个人")
    private BigDecimal socialPersonal;