oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductQueryCriteria.java
@@ -21,10 +21,14 @@ private Integer status; private Integer shelfStatus; private Long categoryId; private Long secondCategoryId; private Integer active; @ApiModelProperty(value = "页码", example = "1") private Integer page = 1;