liu
19 小时以前 3e144b2eb8fc9447d2d092edb71db533d12abc52
src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
@@ -54,11 +54,26 @@
    @Schema(description = "数量")
    private BigDecimal quantity;
    @Schema(description = "排产数量")
    private BigDecimal schedulingNum;
    @Schema(description = "待生产数量")
    private BigDecimal pendingNum;
    @Schema(description = "报废数量")
    private BigDecimal scrapQty;
    @Schema(description = "轻微返工数量")
    private BigDecimal reworkMinorQty;
    @Schema(description = "严重返工数量")
    private BigDecimal reworkMajorQty;
    @Schema(description = "产品名称")
    private String productName;
    @Schema(description = "报工产品大类:小提琴/中提琴/大提琴/贝斯,未归类为 null")
    private String majorCategory;
    @Schema(description = "产品规格型号")
    private String productModelName;
@@ -87,6 +102,9 @@
    @Schema(description = "工资定额")
    private BigDecimal workHours;
    @Schema(description = "折算工时")
    private BigDecimal convertedWorkHours;
    @Schema(description = "工资")
    private BigDecimal wages;