| | |
| | | private Long uid; |
| | | private String url; |
| | | private String webUrl; |
| | | private Long goodsId; |
| | | private String goodsId; |
| | | private PushBaseContent content; |
| | | |
| | | |
| | | public PushContentDetailDTO(PushTypeEnum type, Long uid, String url, String webUrl, Long goodsId, PushBaseContent content) { |
| | | public PushContentDetailDTO(PushTypeEnum type, Long uid, String url, String webUrl, String goodsId, PushBaseContent content) { |
| | | this.type = type; |
| | | this.uid = uid; |
| | | this.url = url; |
| | |
| | | this.webUrl = webUrl; |
| | | } |
| | | |
| | | public Long getGoodsId() { |
| | | public String getGoodsId() { |
| | | return goodsId; |
| | | } |
| | | |
| | | public void setGoodsId(Long goodsId) { |
| | | public void setGoodsId(String goodsId) { |
| | | this.goodsId = goodsId; |
| | | } |
| | | |
| | |
| | | public void setContent(PushBaseContent content) { |
| | | this.content = content; |
| | | } |
| | | |
| | | } |