Commit 0fdf19d4 authored by lee_mingzhu's avatar lee_mingzhu

remove phone_no column

parent 41ce4f61
......@@ -24,8 +24,6 @@ public class WechatUserInfo implements Serializable{
private Long userId;
@Column(name = "open_id")
private String openId;
@Column(name = "phone_no")
private String phoneNo;
@Column(name = "nick_name")
private String nickName;
@Column(name = "sex")
......
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