Helius
2021-07-05 4f08a53fe0c8a1239251b30f3d79ef800c2078f9
gc-shop/src/main/java/com/xzx/gc/shop/vo/XcxGoodsListVo.java
@@ -28,4 +28,7 @@
    @ApiModelProperty(value = "库存")
    private Integer stock;
    @ApiModelProperty(value = "是否抢购 1-是 2-否")
    private Integer isQg;
}