Commit 762cd871 by qwmqiuwenmin

fix

parent 4aca9e05
...@@ -32,8 +32,6 @@ public class QywxCallBackDTO implements Serializable{ ...@@ -32,8 +32,6 @@ public class QywxCallBackDTO implements Serializable{
* 成员创建:create_user;成员修改:update_user;成员删除:delete_user*/ * 成员创建:create_user;成员修改:update_user;成员删除:delete_user*/
private String changeType; private String changeType;
private String avatar;
public String getAvatar() { public String getAvatar() {
return avatar; return avatar;
} }
...@@ -202,13 +200,6 @@ public class QywxCallBackDTO implements Serializable{ ...@@ -202,13 +200,6 @@ public class QywxCallBackDTO implements Serializable{
this.status = status; this.status = status;
} }
public String getAvatar() {
return avatar;
}
public void setAvatar(String avatar) {
this.avatar = avatar;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment