From a6a12c28ca306f7972e1f51bb92338a35d321a3b Mon Sep 17 00:00:00 2001 From: xmzhao71 Date: Thu, 31 Aug 2023 15:18:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(B)=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=95=86?= =?UTF-8?q?=E6=88=B7=E5=BB=BA=E5=8D=B7=E5=A4=9A=E5=9B=BE=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/domain/vo/WxCouponChannelVo.java | 6 ++++++ mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java index a7d51d886..fa7c089c0 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java @@ -34,6 +34,10 @@ public class WxCouponChannelVo extends WxCouponChannel implements Serializable { private Integer remainInventory; @io.swagger.annotations.ApiModelProperty(value="封面图",name="coverImg") private String coverImg; + @io.swagger.annotations.ApiModelProperty(value="多封面图",name="coverPicture") + private String coverPicture; + @io.swagger.annotations.ApiModelProperty(value="详情多图",name="detailPicture") + private String detailPicture; @io.swagger.annotations.ApiModelProperty(value="券名称",name="title") private String title; @io.swagger.annotations.ApiModelProperty(value="副标题",name="subTitle") @@ -180,6 +184,8 @@ public class WxCouponChannelVo extends WxCouponChannel implements Serializable { this.setSalePrice(c.getSalePrice()); this.setInventory(c.getInventory()); this.setCoverImg(c.getCoverImg()); + this.setCoverPicture(c.getCoverPicture()); + this.setDetailPicture(c.getDetailPicture()); this.setSubTitle(c.getSubTitle()); this.setUsePrice(c.getUsePrice()); this.setPrice(c.getPrice()); diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index 890dc68a3..7ebe7cce6 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -1439,7 +1439,7 @@