init
This commit is contained in:
@@ -28,15 +28,11 @@ public class AnchorApply implements Serializable {
|
||||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
private Integer userId;
|
||||
private Long userId;
|
||||
/**
|
||||
* 审核状态 0 未申请 1 审核中 2 审核不通过 3 审核通过
|
||||
* 审核状态
|
||||
*/
|
||||
private Integer status;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private Integer auditCount;
|
||||
private Integer auditStatus;
|
||||
/**
|
||||
* 审核时间
|
||||
*/
|
||||
|
||||
@@ -14,7 +14,6 @@ import java.math.BigDecimal;
|
||||
*/
|
||||
@Data
|
||||
@TableName("cai_user_info")
|
||||
@Deprecated
|
||||
public class UserInfo {
|
||||
|
||||
private static final long serialVersionUID=1L;
|
||||
|
||||
Reference in New Issue
Block a user