liding
2026-02-09 a0242a1df407e839a55da23fd61364413f57641b
src/main/java/com/ruoyi/production/dto/SalesLedgerProductionAccountingDto.java
@@ -38,7 +38,6 @@
     * 工资
     */
    @ApiModelProperty(value = "工资")
    @Excel(name = "工资")
    private BigDecimal wages;
    /**
@@ -52,7 +51,6 @@
     * 工时定额
     */
    @ApiModelProperty(value = "工时定额")
    @Excel(name = "工时定额")
    private BigDecimal workHours;
    /**