|
|
@@ -606,6 +606,18 @@ public class CouponIssueVo {
|
|
|
@ApiModelProperty("备注")
|
|
|
private String remark;
|
|
|
|
|
|
+
|
|
|
+ @ApiModelProperty("使用类型")
|
|
|
+ private CouponCategoryEnum useType;
|
|
|
+
|
|
|
+ public CouponCategoryEnum getUseType() {
|
|
|
+ return useType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUseType(CouponCategoryEnum useType) {
|
|
|
+ this.useType = useType;
|
|
|
+ }
|
|
|
+
|
|
|
public Long getUserId() {
|
|
|
return userId;
|
|
|
}
|