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 @@