xin
2025-09-05 6f3c170403f34d452b5dc733043145d8d760fe41
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductQueryCriteria.java
@@ -21,9 +21,13 @@
    private Integer status;
    private Integer shelfStatus;
    private Long categoryId;
    private Long secondCategoryId;
    private Integer active;
    @ApiModelProperty(value = "页码", example = "1")
    private Integer page = 1;
@@ -33,4 +37,8 @@
    private Integer limit;
    private String sortColumn;
    private String sortDirection;
}