mitao
2024-07-17 53155df41c5cce8f7be814a25148efe9a7ea25c5
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;
}