yuan
9 天以前 ceec5a59d72439e0760bc9b1968e74dedf27d522
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;
}