|
@@ -4,129 +4,7 @@ package com.cooleshow.student.bean;
|
|
|
* Author by pq, Date on 2022/4/11.
|
|
|
*/
|
|
|
public class FriendInfoBean {
|
|
|
-
|
|
|
- /**
|
|
|
- * friend : {"roles":null,"username":"嗷嗷","password":"$2a$10$Ex7buphWImsizz8iVpZVwu9znDsRGUadunLNfiyxURdJtg3gY1uNK","gender":1,"certificateType":"","delFlag":0,"organId":1007,"salt":"","organName":"","userType":"STUDENT","phone":"18341111119","avatar":"","currentClass":"2班","currentGrade":"","birthdate":null,"idCardNo":"","imToken":"lCvSFgo4OaH5OzMX/k6QoO1hdlQbTOD5RxAXMAscMjM=@n56a.cn.rongnav.com;n56a.cn.rongcfg.com","createTime":"2022-02-25 16:46:49","email":"","teacherId":0,"isSuperAdmin":false,"lockFlag":0,"deptId":0,"deptIds":"","postDeptIds":"","updateTime":"2022-03-08 11:05:19","organIdList":"","currentGradeNum":2,"operatingTag":0,"serviceTag":0,"postalCode":"","postIds":"","bankCard":"","openBankAddress":"","positionName":"","positions":"","superAdmin":false,"wxOpenid":"","qqOpenid":"","nation":"","wechatId":"","contactAddress":"","id":2163097,"realName":"","tenantId":1}
|
|
|
- * tags :
|
|
|
- * userId : 0
|
|
|
- * memberRankSettingId : 0
|
|
|
- * createTime : null
|
|
|
- * memo :
|
|
|
- * subjectId :
|
|
|
- * friendId : 2163097
|
|
|
- * updateTime : null
|
|
|
- * subjectName :
|
|
|
- * friendNickname : 嗷嗷
|
|
|
- * id : 0
|
|
|
- * tenantId : 1
|
|
|
- */
|
|
|
-
|
|
|
- public FriendBean friend;
|
|
|
- public String tags;
|
|
|
- public int userId;
|
|
|
- public int memberRankSettingId;
|
|
|
- public Object createTime;
|
|
|
- public String memo;
|
|
|
- public String subjectId;
|
|
|
+ public String friendAvatar;
|
|
|
public String friendId;
|
|
|
- public Object updateTime;
|
|
|
- public String subjectName;
|
|
|
public String friendNickname;
|
|
|
- public int id;
|
|
|
- public int tenantId;
|
|
|
-
|
|
|
- public static class FriendBean {
|
|
|
- /**
|
|
|
- * roles : null
|
|
|
- * username : 嗷嗷
|
|
|
- * password : $2a$10$Ex7buphWImsizz8iVpZVwu9znDsRGUadunLNfiyxURdJtg3gY1uNK
|
|
|
- * gender : 1
|
|
|
- * certificateType :
|
|
|
- * delFlag : 0
|
|
|
- * organId : 1007
|
|
|
- * salt :
|
|
|
- * organName :
|
|
|
- * userType : STUDENT
|
|
|
- * phone : 18341111119
|
|
|
- * avatar :
|
|
|
- * currentClass : 2班
|
|
|
- * currentGrade :
|
|
|
- * birthdate : null
|
|
|
- * idCardNo :
|
|
|
- * imToken : lCvSFgo4OaH5OzMX/k6QoO1hdlQbTOD5RxAXMAscMjM=@n56a.cn.rongnav.com;n56a.cn.rongcfg.com
|
|
|
- * createTime : 2022-02-25 16:46:49
|
|
|
- * email :
|
|
|
- * teacherId : 0
|
|
|
- * isSuperAdmin : false
|
|
|
- * lockFlag : 0
|
|
|
- * deptId : 0
|
|
|
- * deptIds :
|
|
|
- * postDeptIds :
|
|
|
- * updateTime : 2022-03-08 11:05:19
|
|
|
- * organIdList :
|
|
|
- * currentGradeNum : 2
|
|
|
- * operatingTag : 0
|
|
|
- * serviceTag : 0
|
|
|
- * postalCode :
|
|
|
- * postIds :
|
|
|
- * bankCard :
|
|
|
- * openBankAddress :
|
|
|
- * positionName :
|
|
|
- * positions :
|
|
|
- * superAdmin : false
|
|
|
- * wxOpenid :
|
|
|
- * qqOpenid :
|
|
|
- * nation :
|
|
|
- * wechatId :
|
|
|
- * contactAddress :
|
|
|
- * id : 2163097
|
|
|
- * realName :
|
|
|
- * tenantId : 1
|
|
|
- */
|
|
|
-
|
|
|
- public Object roles;
|
|
|
- public String username;
|
|
|
- public String password;
|
|
|
- public int gender;
|
|
|
- public String certificateType;
|
|
|
- public int organId;
|
|
|
- public String salt;
|
|
|
- public String organName;
|
|
|
- public String userType;
|
|
|
- public String phone;
|
|
|
- public String avatar;
|
|
|
- public String currentClass;
|
|
|
- public String currentGrade;
|
|
|
- public Object birthdate;
|
|
|
- public String idCardNo;
|
|
|
- public String imToken;
|
|
|
- public String createTime;
|
|
|
- public String email;
|
|
|
- public int teacherId;
|
|
|
- public boolean isSuperAdmin;
|
|
|
- public int lockFlag;
|
|
|
- public int deptId;
|
|
|
- public String deptIds;
|
|
|
- public String postDeptIds;
|
|
|
- public String updateTime;
|
|
|
- public String organIdList;
|
|
|
- public int currentGradeNum;
|
|
|
- public int operatingTag;
|
|
|
- public int serviceTag;
|
|
|
- public String postalCode;
|
|
|
- public String postIds;
|
|
|
- public String bankCard;
|
|
|
- public String openBankAddress;
|
|
|
- public String positionName;
|
|
|
- public String positions;
|
|
|
- public boolean superAdmin;
|
|
|
- public String wxOpenid;
|
|
|
- public String qqOpenid;
|
|
|
- public String nation;
|
|
|
- public String wechatId;
|
|
|
- public String contactAddress;
|
|
|
- public int id;
|
|
|
- public String realName;
|
|
|
- public int tenantId;
|
|
|
- }
|
|
|
}
|