huminmin
2026-03-16 196eed1a17e2d0d7ccdafb502ac597247ecb00a1
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;
    /**