彭雪彬
2025-10-21 919acbd3e8148ffc5dfabc6d6468fa90f868a3cc
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;
}