This commit is contained in:
dute7liang
2024-01-03 23:08:11 +08:00
parent 55ce7ee6b8
commit 4be439a6a1
9 changed files with 136 additions and 40 deletions

View File

@@ -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;
/**
* 审核时间
*/

View File

@@ -14,7 +14,6 @@ import java.math.BigDecimal;
*/
@Data
@TableName("cai_user_info")
@Deprecated
public class UserInfo {
private static final long serialVersionUID=1L;