发送用户自定义字段

master
赵嘉伟 4 years ago
parent d11becff71
commit 5b4077faac

@ -11,6 +11,8 @@ public class UsrDto {
private String fullName; private String fullName;
private String wechatId;
public String getUserName() { public String getUserName() {
return userName; return userName;
} }
@ -26,4 +28,12 @@ public class UsrDto {
public void setFullName(String fullName) { public void setFullName(String fullName) {
this.fullName = fullName; this.fullName = fullName;
} }
public String getWechatId() {
return wechatId;
}
public void setWechatId(String wechatId) {
this.wechatId = wechatId;
}
} }

Loading…
Cancel
Save