leomonM
2025-08-22 20a82a1fe750b75e2771898c708983b86610f8c0
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;
}