yuan
2026-08-23 fd80c03df8aa8261e4c8174b9ee0a91edb45d60c
src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
@@ -54,6 +54,12 @@
    @Schema(description = "数量")
    private BigDecimal quantity;
    @Schema(description = "排产数量")
    private BigDecimal schedulingNum;
    @Schema(description = "待生产数量")
    private BigDecimal pendingNum;
    @Schema(description = "报废数量")
    private BigDecimal scrapQty;
@@ -87,6 +93,9 @@
    @Schema(description = "工资定额")
    private BigDecimal workHours;
    @Schema(description = "折算工时")
    private BigDecimal convertedWorkHours;
    @Schema(description = "工资")
    private BigDecimal wages;