src/main/java/com/whyc/pojo/DefectiveProductsHistory.java @@ -73,5 +73,8 @@ @ApiModelProperty(value = "处理不良品数") private Integer delProduct; @ApiModelProperty(value = "每次处理剩余不良品数") private Integer restProduct; }