src/main/java/com/ruoyi/production/bean/dto/ProductionAccountDetailExportDto.java
@@ -53,6 +53,12 @@ @Excel(name = "工时定额") private BigDecimal workHours; @Excel(name = "原工资") private BigDecimal originalWages; @Excel(name = "修正工资") private BigDecimal adjustAmount; @Excel(name = "工资") private BigDecimal wages; }