gongchunyi
8 天以前 97ecde838f8028ac9d3ed4fd7ee9c65821fb2e54
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;
}