Helius
2021-06-28 6b2f834925f0f9c94a99070d33cb0baa8b4e2bc9
gc-shop/src/main/java/com/xzx/gc/shop/vo/XcxGoodsDetailVo.java
@@ -45,6 +45,9 @@
    @ApiModelProperty(value = "是否抢购 1-是 2-否")
    private Integer isQg;
    @ApiModelProperty(value = "是否开始抢购 1-是 2-否")
    private Integer isStartQg;
    @ApiModelProperty(value = "抢购开始时间")
    private Date qgStartTime;