1
zj
2025-09-24 5b16e50ef283a1ccdd6408ee2ccf41726f349923
ruoyi-system/src/main/java/com/ruoyi/system/domain/UserAccount.java
@@ -42,7 +42,6 @@
    // 邀请码
    private String invitationCode;
    // 邀请人账号
    private String invitationAccount;
@@ -85,4 +84,7 @@
    private Date updateTime;
    private Boolean deleted = true;
    //实名状态:0 认证中  1 已认证   2 未实名
    private Integer kycStatus = 2;
}