|
|
|
@@ -88,6 +88,10 @@ public class WxCouponChannel extends BaseEntity { |
|
|
|
@TableField(exist = false) |
|
|
|
private Long merchantId; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "用户积分", name = "userCredit") |
|
|
|
private Integer userCredit; |
|
|
|
|
|
|
|
public String getWeappPath() { |
|
|
|
if(type == null) |
|
|
|
return "pages/index/index"; |
|
|
|
|