1
zj
2025-09-23 ddac27814805530e7714de844a6752c1682d3d0e
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;
}