liding
7 天以前 5c6a548dccc55f75934766cd34460e9ff5d62d82
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;
    /**