src/main/java/com/ruoyi/production/pojo/ProductionProductInput.java
@@ -14,15 +14,15 @@
    @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 = "来源领料记录id(production_order_pick.id),保证同一笔领料只被一次报工归集")
    private Long productionOrderPickId;
    @Schema(description = "数量")
    private BigDecimal quantity;