fix
Helius
2021-08-09 12bb078ac3225e81f2e67755f1c8e264e6551ee1
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;
}