jenkins
2026-05-22 0e0ef19a7bd74b2fde0089c28ad3d61d0bc2d911
src/main/java/com/ruoyi/production/pojo/ProductionProductOutput.java
@@ -14,16 +14,13 @@
    @TableId(type = IdType.AUTO)
    private Long id;
    @Schema(description = "报工id")
    private Long productMainId;
    @Schema(description = "生产报工主表id")
    private Long productionProductMainId;
    @Schema(description = "产品id")
    private Long productModelId;
    @Schema(description = "报工数量(总数量)")
    @Schema(description = "合格数量")
    private BigDecimal quantity;
    @Schema(description = "创建时间")