1
zyy
2 days ago 01b3fecb2d1b03861a72d53a7afea6ca557a209c
src/main/java/com/nq/pojo/User.java
@@ -20,6 +20,8 @@
    private String nickName;
    private String realName;
    private String idCard;
    //实名证件类型1.驾驶执照 2.护照 3.身份证件
    private Integer realType;
    private Integer accountType;
    private String recomPhone;
    private Integer isLock;
@@ -30,6 +32,7 @@
    private String img1Key;
    private String img2Key;
    private String img3Key;
    //注册默认0  1.提交未实名 2.已实名 3.驳回
    private Integer isActive;
    private String authMsg;
    private String withdrawalPwd;
@@ -37,4 +40,10 @@
    private String lever;
    private String fundRatio;
    //信用分
    private Integer creditScore;
    //贷款额度
    private BigDecimal loanLimit;
}