fix
Helius
2021-07-22 ff030a19308da2f20f141024638e66f42e0a6fbc
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;
}