File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/external Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import com .google .gson .annotations .SerializedName ;
4
4
import lombok .Data ;
5
+ import lombok .experimental .Accessors ;
5
6
6
7
import java .io .Serializable ;
7
8
8
9
/**
9
10
* @author Boris
10
11
*/
11
12
@ Data
13
+ @ Accessors (chain = true )
12
14
public class VisibleRange implements Serializable {
13
15
private static final long serialVersionUID = 5356285705365931051L ;
14
16
Original file line number Diff line number Diff line change 1
1
package me .chanjar .weixin .cp .bean .external .msg ;
2
2
3
3
import lombok .Data ;
4
+ import lombok .experimental .Accessors ;
4
5
5
6
import java .io .Serializable ;
6
7
11
12
* @date 2020-08-16
12
13
*/
13
14
@ Data
15
+ @ Accessors (chain = true )
14
16
public class Text implements Serializable {
15
17
private static final long serialVersionUID = 6608288753719551600L ;
16
18
private String content ;
You can’t perform that action at this time.
0 commit comments