@ -25,4 +25,6 @@ public class ProductBiSeriesModel {
private List<Double> snQtyList = new ArrayList<>();
@ApiParam("计划数量集合")
private List<Double> planQtyList = new ArrayList<>();
@ApiParam("零件号")
private String partNo;
}