init
This commit is contained in:
@@ -105,7 +105,7 @@ public class User implements Serializable {
|
||||
/**
|
||||
* 职业
|
||||
*/
|
||||
private Integer profession;
|
||||
private String profession;
|
||||
/**
|
||||
* 年收入
|
||||
*/
|
||||
|
||||
@@ -42,6 +42,14 @@ public class UserInfoAudit implements Serializable {
|
||||
*/
|
||||
private Integer infoType;
|
||||
|
||||
/**
|
||||
* 审核前的数据
|
||||
*/
|
||||
private String auditBeforeContent;
|
||||
|
||||
/**
|
||||
* 审核中的数据
|
||||
*/
|
||||
private String auditContent;
|
||||
/**
|
||||
* 1-待审核 2-审核成功 3-审核失败
|
||||
|
||||
Reference in New Issue
Block a user