|
@@ -26,10 +26,12 @@ public class CouponInfoVO {
|
|
|
@ApiModel(value = "优惠券信息分页请求", description = "优惠券信息分页")
|
|
|
public static class PageRequest extends QueryInfo {
|
|
|
|
|
|
- @ApiModelProperty("客户类型")
|
|
|
+ @ApiModelProperty("客户端类型: TEACHER(老师端), STUDENT(学生端)")
|
|
|
private String clientType;
|
|
|
- @ApiModelProperty("优惠券类型")
|
|
|
+
|
|
|
+ @ApiModelProperty("优惠券类型: FULL_DISCOUNT(满减券) VOUCHER(代金券) ")
|
|
|
private String couponType;
|
|
|
+
|
|
|
@ApiModelProperty("使用状态")
|
|
|
private String useState;
|
|
|
|
|
@@ -53,10 +55,10 @@ public class CouponInfoVO {
|
|
|
@ApiModelProperty("优惠券名称")
|
|
|
private String name;
|
|
|
|
|
|
- @ApiModelProperty("客户端类型")
|
|
|
+ @ApiModelProperty("客户端类型: TEACHER(老师端), STUDENT(学生端)")
|
|
|
private String clientType;
|
|
|
|
|
|
- @ApiModelProperty("优惠券类型")
|
|
|
+ @ApiModelProperty("优惠券类型: FULL_DISCOUNT(满减券) VOUCHER(代金券) ")
|
|
|
private String couponType;
|
|
|
|
|
|
@ApiModelProperty("使用门槛")
|
|
@@ -71,7 +73,7 @@ public class CouponInfoVO {
|
|
|
@ApiModelProperty("优惠券ID")
|
|
|
private Long couponId;
|
|
|
|
|
|
- @ApiModelProperty("使用状态")
|
|
|
+ @ApiModelProperty("使用状态: EXPIRED(已失效) USABLE(可使用) USED(已使用) ")
|
|
|
private String useState;
|
|
|
|
|
|
@ApiModelProperty("使用时间")
|