From 451116c1df3c639da15b3d213f3fcff2f585337a Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期二, 15 四月 2025 19:22:52 +0800 Subject: [PATCH] 前端联调 --- ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/GoodsVO.java | 14 ++------------ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/GoodsVO.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/GoodsVO.java index 11e7d89..ed06888 100644 --- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/GoodsVO.java +++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/GoodsVO.java @@ -22,9 +22,6 @@ @ApiModelProperty(value = "限购数量(-1不限购)") private Integer purchaseLimit; - @ApiModelProperty(value = "类型(1=服务商品,2=单品商品)") - private Integer type; - @ApiModelProperty(value = "商品简介") private String introduction; @@ -38,11 +35,6 @@ private String detailPicture; - @ApiModelProperty(value = "现金支付(0=否,1=是)") - private Integer cashPayment; - - @ApiModelProperty(value = "积分支付(0=否,1=是)") - private Integer pointPayment; @ApiModelProperty(value = "基础积分") private Integer integral; @@ -69,9 +61,7 @@ @ApiModelProperty(value = "状态(1=下架,2=上架)") private Integer status; - @ApiModelProperty(value = "门店列表") - private List<Shop> shopList; - - + @ApiModelProperty(value = "门店") + private Shop shop; } -- Gitblit v1.7.1