|
|
@@ -54,9 +54,6 @@ public class WxCouponChannel implements Serializable { |
|
|
@Transient |
|
|
@Transient |
|
|
protected List<Long> couponIds; |
|
|
protected List<Long> couponIds; |
|
|
|
|
|
|
|
|
@Transient |
|
|
|
|
|
protected List<Integer> types; |
|
|
|
|
|
|
|
|
|
|
|
public List<Long> getCouponIds() { |
|
|
public List<Long> getCouponIds() { |
|
|
return couponIds; |
|
|
return couponIds; |
|
|
} |
|
|
} |
|
|
@@ -64,14 +61,6 @@ public class WxCouponChannel implements Serializable { |
|
|
this.couponIds = couponIds; |
|
|
this.couponIds = couponIds; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public List<Integer> getTypes() { |
|
|
|
|
|
return types; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setTypes(List<Integer> types) { |
|
|
|
|
|
this.types = types; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*租户ID**/ |
|
|
/*租户ID**/ |
|
|
@io.swagger.annotations.ApiModelProperty(value="租户ID",name="tenantId") |
|
|
@io.swagger.annotations.ApiModelProperty(value="租户ID",name="tenantId") |
|
|
private String tenantId; |
|
|
private String tenantId; |
|
|
|