xin
2025-08-25 dc3a923dcf09ba9ae0e46fa0916ac70d258d7b70
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductQueryCriteria.java
@@ -21,6 +21,8 @@
    private Integer status;
    private Integer shelfStatus;
    private Long categoryId;
    private Long secondCategoryId;
@@ -35,4 +37,8 @@
    private Integer limit;
    private String sortColumn;
    private String sortDirection;
}