|
|
|
@@ -130,7 +130,15 @@ public class WxOrderCouponVo { |
|
|
|
cUserId = _cUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getProductId() { |
|
|
|
public Long getCouponChannelId() { |
|
|
|
return couponChannelId; |
|
|
|
} |
|
|
|
|
|
|
|
public void setCouponChannelId(Long couponChannelId) { |
|
|
|
this.couponChannelId = couponChannelId; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getProductId() { |
|
|
|
return productId; |
|
|
|
} |
|
|
|
public void setProductId(Long _productId) { |
|
|
|
|