zss
2026-08-17 4bb325d96182b7598e5ec15fd106d8ecd337e573
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;
}