Compare commits

...

2 Commits
main ... master

Author SHA1 Message Date
遥望-倪浩天 2f6cb37169 上传图片注明位置 2024-07-13 10:58:54 +08:00
遥望-倪浩天 0e9e4a721e 游客提交数据 2024-07-12 17:44:06 +08:00
1 changed files with 20 additions and 4 deletions

View File

@ -316,13 +316,11 @@ public class EntityDataAll implements Serializable {
/**
* 用户邮件
*/
@TableField(exist = false)
private String email;
/**
* 用户组织机构
*/
@TableField(exist = false)
private String organization;
/**
@ -334,7 +332,6 @@ public class EntityDataAll implements Serializable {
/**
* 职业
*/
@TableField(exist = false)
private String occupation;
/**
@ -358,9 +355,28 @@ public class EntityDataAll implements Serializable {
/**
* 国家
*/
@TableField(exist = false)
private String country;
/**
* 真实姓名
*/
private String realname;
/**
* 学位
*/
private String education;
/**
* 自我介绍
*/
private String introduction;
/**
* 自我介绍
*/
private String location;
@TableField(exist = false)
private static final long serialVersionUID = 1L;