|
|
|
@@ -3,7 +3,6 @@ package com.iformall.domain.po.msg; |
|
|
|
import com.iformall.domain.dto.WxCUserBasicInfoFilterListDto; |
|
|
|
import com.iformall.domain.po.WxCouponInject; |
|
|
|
import com.iformall.domain.po.WxMsgConfig; |
|
|
|
import com.iformall.domain.po.WxTags; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.EqualsAndHashCode; |
|
|
|
import lombok.ToString; |
|
|
|
@@ -87,42 +86,9 @@ public class WxMsg extends BaseMsg{ |
|
|
|
private WxMsgConfig wxMsgConfig; |
|
|
|
private WxCouponInject couponInject; |
|
|
|
|
|
|
|
public String getTags() { |
|
|
|
return tags; |
|
|
|
} |
|
|
|
|
|
|
|
public void setTags(String tags) { |
|
|
|
this.tags = tags; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Transient |
|
|
|
List<WxCUserBasicInfoFilterListDto> filterList; |
|
|
|
|
|
|
|
public List<WxCUserBasicInfoFilterListDto> getFilterList() { |
|
|
|
return filterList; |
|
|
|
} |
|
|
|
|
|
|
|
public void setFilterList(List<WxCUserBasicInfoFilterListDto> filterList) { |
|
|
|
this.filterList = filterList; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public WxMsgConfig getWxMsgConfig() { |
|
|
|
return wxMsgConfig; |
|
|
|
} |
|
|
|
|
|
|
|
public void setWxMsgConfig(WxMsgConfig wxMsgConfig) { |
|
|
|
this.wxMsgConfig = wxMsgConfig; |
|
|
|
} |
|
|
|
|
|
|
|
public WxCouponInject getCouponInject() { |
|
|
|
return couponInject; |
|
|
|
} |
|
|
|
|
|
|
|
public void setCouponInject(WxCouponInject couponInject) { |
|
|
|
this.couponInject = couponInject; |
|
|
|
} |
|
|
|
|
|
|
|
public static enum Field { |
|
|
|
Id_ASC("`id` ASC"), Id_DESC("`id` DESC") |
|
|
|
|