Commit df3d569d authored by hezhen's avatar hezhen

123

parent c0d21086
...@@ -77,6 +77,12 @@ public class UserCouponVo { ...@@ -77,6 +77,12 @@ public class UserCouponVo {
@ApiModelProperty(value = "优惠券标题(有图片则显示图片):无门槛50元优惠券 | 单品最高减2000元") @ApiModelProperty(value = "优惠券标题(有图片则显示图片):无门槛50元优惠券 | 单品最高减2000元")
private String title; private String title;
/**
* 副标题
*/
@ApiModelProperty(value = "副标题")
private String subtitle;
/** /**
* 图片 * 图片
*/ */
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<result property="expireTime" column="expire_time"/> <result property="expireTime" column="expire_time"/>
<result property="useTime" column="use_time"/> <result property="useTime" column="use_time"/>
<result property="title" column="title"/> <result property="title" column="title"/>
<result property="subtitle" column="subtitle"/>
<result property="icon" column="icon"/> <result property="icon" column="icon"/>
<result property="used" column="used"/> <result property="used" column="used"/>
<result property="channel" column="channel"/> <result property="channel" column="channel"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment