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 3
3
import com .thoughtworks .xstream .annotations .XStreamAlias ;
4
4
import com .thoughtworks .xstream .annotations .XStreamConverter ;
5
5
import lombok .Data ;
6
+ import lombok .EqualsAndHashCode ;
6
7
import me .chanjar .weixin .common .api .WxConsts ;
7
8
import me .chanjar .weixin .common .util .xml .XStreamMediaIdConverter ;
8
9
9
10
@ XStreamAlias ("xml" )
10
11
@ Data
12
+ @ EqualsAndHashCode (callSuper = false )
11
13
public class WxCpXmlOutImageMessage extends WxCpXmlOutMessage {
12
14
private static final long serialVersionUID = -1099446240667237313L ;
13
15
Original file line number Diff line number Diff line change 3
3
import com .thoughtworks .xstream .annotations .XStreamAlias ;
4
4
import com .thoughtworks .xstream .annotations .XStreamConverter ;
5
5
import lombok .Data ;
6
+ import lombok .EqualsAndHashCode ;
6
7
import me .chanjar .weixin .common .api .WxConsts ;
7
8
import me .chanjar .weixin .common .util .xml .XStreamCDataConverter ;
8
9
9
10
@ XStreamAlias ("xml" )
10
11
@ Data
12
+ @ EqualsAndHashCode (callSuper = false )
11
13
public class WxCpXmlOutTextMessage extends WxCpXmlOutMessage {
12
14
private static final long serialVersionUID = 2569239617185930232L ;
13
15
Original file line number Diff line number Diff line change 3
3
import com .thoughtworks .xstream .annotations .XStreamAlias ;
4
4
import com .thoughtworks .xstream .annotations .XStreamConverter ;
5
5
import lombok .Data ;
6
+ import lombok .EqualsAndHashCode ;
6
7
import me .chanjar .weixin .common .api .WxConsts ;
7
8
import me .chanjar .weixin .common .util .xml .XStreamCDataConverter ;
8
9
9
10
@ XStreamAlias ("xml" )
10
11
@ Data
12
+ @ EqualsAndHashCode (callSuper = false )
11
13
public class WxCpXmlOutVideoMessage extends WxCpXmlOutMessage {
12
14
private static final long serialVersionUID = -8672761162722733622L ;
13
15
Original file line number Diff line number Diff line change 3
3
import com .thoughtworks .xstream .annotations .XStreamAlias ;
4
4
import com .thoughtworks .xstream .annotations .XStreamConverter ;
5
5
import lombok .Data ;
6
+ import lombok .EqualsAndHashCode ;
6
7
import me .chanjar .weixin .common .api .WxConsts ;
7
8
import me .chanjar .weixin .common .util .xml .XStreamMediaIdConverter ;
8
9
9
10
@ XStreamAlias ("xml" )
10
11
@ Data
12
+ @ EqualsAndHashCode (callSuper = false )
11
13
public class WxCpXmlOutVoiceMessage extends WxCpXmlOutMessage {
12
14
private static final long serialVersionUID = -7947384031546099340L ;
13
15
You can’t perform that action at this time.
0 commit comments