zyy
2025-08-07 05c70aec6fb13c9df2c90f84d9411cafe63570a8
src/main/java/com/nq/pojo/User.java
@@ -30,6 +30,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 +38,10 @@
    private String lever;
    private String fundRatio;
    //信用分
    private Integer creditScore;
    //贷款额度
    private BigDecimal loanLimit;
}