java110
2020-09-30 6a3fc652bdd9b0430f87bc102f0ea296911913b7
java110-bean/src/main/java/com/java110/vo/api/user/ApiUserDataVo.java
@@ -22,6 +22,8 @@
    private String openId;
    private String key;
    private int age;
    private String sex;
@@ -123,4 +125,12 @@
    public void setOpenId(String openId) {
        this.openId = openId;
    }
    public String getKey() {
        return key;
    }
    public void setKey(String key) {
        this.key = key;
    }
}