File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 33import com .thoughtworks .xstream .annotations .XStreamAlias ;
44import com .thoughtworks .xstream .annotations .XStreamConverter ;
55import lombok .Data ;
6+ import lombok .EqualsAndHashCode ;
67import me .chanjar .weixin .common .api .WxConsts ;
78import me .chanjar .weixin .common .util .xml .XStreamMediaIdConverter ;
89
910@ XStreamAlias ("xml" )
1011@ Data
12+ @ EqualsAndHashCode (callSuper = false )
1113public class WxCpXmlOutImageMessage extends WxCpXmlOutMessage {
1214 private static final long serialVersionUID = -1099446240667237313L ;
1315
Original file line number Diff line number Diff line change 33import com .thoughtworks .xstream .annotations .XStreamAlias ;
44import com .thoughtworks .xstream .annotations .XStreamConverter ;
55import lombok .Data ;
6+ import lombok .EqualsAndHashCode ;
67import me .chanjar .weixin .common .api .WxConsts ;
78import me .chanjar .weixin .common .util .xml .XStreamCDataConverter ;
89
910@ XStreamAlias ("xml" )
1011@ Data
12+ @ EqualsAndHashCode (callSuper = false )
1113public class WxCpXmlOutTextMessage extends WxCpXmlOutMessage {
1214 private static final long serialVersionUID = 2569239617185930232L ;
1315
Original file line number Diff line number Diff line change 33import com .thoughtworks .xstream .annotations .XStreamAlias ;
44import com .thoughtworks .xstream .annotations .XStreamConverter ;
55import lombok .Data ;
6+ import lombok .EqualsAndHashCode ;
67import me .chanjar .weixin .common .api .WxConsts ;
78import me .chanjar .weixin .common .util .xml .XStreamCDataConverter ;
89
910@ XStreamAlias ("xml" )
1011@ Data
12+ @ EqualsAndHashCode (callSuper = false )
1113public class WxCpXmlOutVideoMessage extends WxCpXmlOutMessage {
1214 private static final long serialVersionUID = -8672761162722733622L ;
1315
Original file line number Diff line number Diff line change 33import com .thoughtworks .xstream .annotations .XStreamAlias ;
44import com .thoughtworks .xstream .annotations .XStreamConverter ;
55import lombok .Data ;
6+ import lombok .EqualsAndHashCode ;
67import me .chanjar .weixin .common .api .WxConsts ;
78import me .chanjar .weixin .common .util .xml .XStreamMediaIdConverter ;
89
910@ XStreamAlias ("xml" )
1011@ Data
12+ @ EqualsAndHashCode (callSuper = false )
1113public class WxCpXmlOutVoiceMessage extends WxCpXmlOutMessage {
1214 private static final long serialVersionUID = -7947384031546099340L ;
1315
You can’t perform that action at this time.
0 commit comments