Administrator
6 days ago b25676d35e2ab1915a394a58705bce93d03082f2
src/main/java/cc/mrbird/febs/mall/dto/clothes/ApiAllSocialDto.java
@@ -23,4 +23,8 @@
    @ApiModelProperty(value = "分类ID,查询全部传0")
    private Long categoryId;
    @NotNull(message = "类型不能为空")
    @ApiModelProperty(value = "类型 1-首页查询 2-社区查询")
    private Integer type;
}