huminmin
2026-07-15 422a5676c2d96dd37c1be62935a314d70fef79b5
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;
}