This commit is contained in:
77
2024-03-17 17:14:36 +08:00
parent daa95dd756
commit 34fe7c08e8
17 changed files with 184 additions and 50 deletions

View File

@@ -105,7 +105,7 @@ public class User implements Serializable {
/**
* 职业
*/
private Integer profession;
private String profession;
/**
* 年收入
*/

View File

@@ -42,6 +42,14 @@ public class UserInfoAudit implements Serializable {
*/
private Integer infoType;
/**
* 审核前的数据
*/
private String auditBeforeContent;
/**
* 审核中的数据
*/
private String auditContent;
/**
* 1-待审核 2-审核成功 3-审核失败