Administrator
3 days ago 129373b1ce89aae170c4be97e7fe61a4b284d223
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;
}