|
|
@@ -3,11 +3,13 @@ package me.chanjar.weixin.cp.bean; |
|
|
|
import com.thoughtworks.xstream.annotations.XStreamAlias; |
|
|
|
import com.thoughtworks.xstream.annotations.XStreamConverter; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.EqualsAndHashCode; |
|
|
|
import me.chanjar.weixin.common.api.WxConsts; |
|
|
|
import me.chanjar.weixin.common.util.xml.XStreamMediaIdConverter; |
|
|
|
|
|
|
|
@XStreamAlias("xml") |
|
|
|
@Data |
|
|
|
@EqualsAndHashCode(callSuper = false) |
|
|
|
public class WxCpXmlOutImageMessage extends WxCpXmlOutMessage { |
|
|
|
private static final long serialVersionUID = -1099446240667237313L; |
|
|
|
|
|
|
|