src/main/java/com/ruoyi/production/bean/vo/ProductionPlanVo.java
@@ -21,6 +21,6 @@ @Schema(description = "单位") private String unit; @Schema(description = "关联产品物料ID") private Long productMaterialId; @Schema(description = "产品ID") private Long productId; }