src/main/java/com/ruoyi/production/pojo/ProductionProductOutput.java
@@ -23,7 +23,7 @@ @Schema(description = "产品id") private Long productModelId; @Schema(description = "报工数量(总数量)") @Schema(description = "合格数量") private BigDecimal quantity; @Schema(description = "创建时间") @@ -33,10 +33,6 @@ @Schema(description = "更新时间") @TableField(fill = FieldFill.INSERT_UPDATE) private LocalDateTime updateTime; @Schema(description = "租户ID") @TableField(fill = FieldFill.INSERT) private Long tenantId; @Schema(description = "报废数量") private BigDecimal scrapQty;