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;