|
|
|
@@ -59,6 +59,9 @@ public class WxCardCVo extends WxCouponOrder { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "是否可转赠", name = "supportTransfer") |
|
|
|
private Integer supportTransfer; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "couponChannelId", name = "couponChannelId") |
|
|
|
private Long couponChannelId; |
|
|
|
|
|
|
|
@Transient |
|
|
|
protected List<Integer> statusS; |
|
|
|
|
|
|
|
@@ -172,6 +175,14 @@ public class WxCardCVo extends WxCouponOrder { |
|
|
|
this.supportTransfer = supportTransfer; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getCouponChannelId() { |
|
|
|
return couponChannelId; |
|
|
|
} |
|
|
|
|
|
|
|
public void setCouponChannelId(Long couponChannelId) { |
|
|
|
this.couponChannelId = couponChannelId; |
|
|
|
} |
|
|
|
|
|
|
|
public static enum Field { |
|
|
|
Id_ASC("co.`id` ASC"), Id_DESC("co.`id` DESC"), |
|
|
|
TenantId_ASC("co.`tenant_id` ASC"), TenantId_DESC("co.`tenant_id` DESC"), |
|
|
|
|