init
This commit is contained in:
@@ -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