彭雪彬
2025-09-04 1efc548877b061e7b1eba5a71570387ab8c6e807
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductCustomerView.java
@@ -32,6 +32,12 @@
    @ApiModelProperty(value = "商品标题")
    private String title;
    @ApiModelProperty(value = "一级分类ID")
    private Long categoryId;
    @ApiModelProperty(value = "二级分类ID")
    private Long secondCategoryId;
    @ApiModelProperty(value = "状态")
    private Integer status;