|
@@ -60,13 +60,13 @@ public class CouponInfoVO {
|
|
|
@ApiModelProperty("描述")
|
|
|
private String describe;
|
|
|
|
|
|
- @ApiModelProperty("客户端类型")
|
|
|
+ @ApiModelProperty("客户端类型: TEACHER(老师端), STUDENT(学生端)")
|
|
|
private String clientType;
|
|
|
|
|
|
- @ApiModelProperty("可用品类")
|
|
|
+ @ApiModelProperty("可用品类: UNIVERSAL(全场通用) VIP(小酷Ai) PIANO(云酷琴房) MALL(商场购物券) MUSIC(单曲点播券) SPARRING(陪练课购买券) LIVE(直播课购买券) VIDEO(视频课购买券) ")
|
|
|
private String category;
|
|
|
|
|
|
- @ApiModelProperty("优惠券类型")
|
|
|
+ @ApiModelProperty("优惠券类型: FULL_DISCOUNT(满减券) VOUCHER(代金券) ")
|
|
|
private String couponType;
|
|
|
|
|
|
@ApiModelProperty("可以库存")
|