src/main/java/com/ruoyi/production/pojo/ProductionProductInput.java
@@ -20,6 +20,9 @@ @Schema(description = "产品id") private Long productModelId; @Schema(description = "来源领料记录id(production_order_pick.id),保证同一笔领料只被一次报工归集") private Long productionOrderPickId; @Schema(description = "数量") private BigDecimal quantity;