mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 16:18:51 +08:00
🎨 优化代码,内部类设置为static
This commit is contained in:
parent
0a61a0337d
commit
ba72931a13
@ -38,7 +38,7 @@ public class WxCpGroupChat implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
public class Member implements Serializable {
|
public static class Member implements Serializable {
|
||||||
private static final long serialVersionUID = -5028321625140879571L;
|
private static final long serialVersionUID = -5028321625140879571L;
|
||||||
|
|
||||||
@SerializedName("memberid")
|
@SerializedName("memberid")
|
||||||
|
Loading…
Reference in New Issue
Block a user