|
|
|
@@ -81,8 +81,8 @@ public class WxCoupon implements Serializable { |
|
|
|
/**副标题**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="副标题",name="subTitle") |
|
|
|
private String subTitle; |
|
|
|
/**售价(适用于类型2,3,4,5, 6, 7, 8, 9)**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="售价(适用于类型2,3,4,5, 6, 7, 8, 9)",name="salePrice") |
|
|
|
/**售价(适用于类型2,3,4,5, 6, 8, 100)**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="售价(适用于类型2,3,4,5, 6, 8, 9, 100)",name="salePrice") |
|
|
|
private Integer salePrice; |
|
|
|
/**使用条件金额(适用于类型1,2,3,4)**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="使用条件金额(适用于类型1,2,3,4)",name="usePrice") |
|
|
|
|