huliguo
2025-04-10 905077448a20fe1f06c9303152e83a6c9463541c
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/GoodsVO.java
@@ -65,6 +65,9 @@
    @ApiModelProperty(value = "活动结束时间")
    private LocalDateTime endTime;
    @ApiModelProperty(value = "状态(1=下架,2=上架)")
    private Integer status;
    @ApiModelProperty(value = "门店列表")
    private List<Shop> shopList;