|
@@ -19,6 +19,17 @@ public class SysCouponQueryInfo extends QueryInfo {
|
|
|
@ApiModelProperty("优惠券类型")
|
|
|
private String typeDetail;
|
|
|
|
|
|
+ @ApiModelProperty(value = "0手动领取 1手动发放")
|
|
|
+ private Integer issuanceType;
|
|
|
+
|
|
|
+ public Integer getIssuanceType() {
|
|
|
+ return issuanceType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIssuanceType(Integer issuanceType) {
|
|
|
+ this.issuanceType = issuanceType;
|
|
|
+ }
|
|
|
+
|
|
|
public String getTypeDetail() {
|
|
|
return typeDetail;
|
|
|
}
|