rentaiming
2024-07-14 4d140aad1da6995de1972ab01d9900c6e5d3f3b6
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/vo/HomeGoodsSeckillInfoVO.java
@@ -109,4 +109,8 @@
    @ApiModelProperty(value = "是收藏 1未收藏,2收藏")
    @JsonInclude(JsonInclude.Include.ALWAYS)
    private Integer isCollection;
    @ApiModelProperty(value = "是预约 1未预约,2预约")
    @JsonInclude(JsonInclude.Include.ALWAYS)
    private Integer isAppointment;
}