fix
Helius
2021-06-29 210f4e0f00d93b4dc334f8ec7a7f3716e404c4a6
gc-shop/src/main/java/com/xzx/gc/shop/dto/XcxGoodsListDto.java
@@ -23,10 +23,16 @@
    @ApiModelProperty(value = "分类ID")
    private Long cateId;
    @ApiModelProperty(value = "是否抢购 1-是 2-否")
    private Integer isQg;
    @ApiModelProperty(value="页码")
    private int pageNo=1;
    @ApiModelProperty(value="每页显示记录数")
    private int pageSize=10;
    @ApiModelProperty(value = "排序 1-综合 2-销量 3-价格")
    private int sort = 1;
}