src/main/java/com/nq/vo/user/UserInfoVO.java
@@ -15,6 +15,9 @@ private String idCard; //实名证件类型1.驾驶执照 2.护照 3.身份证件 private Integer realType; private Integer accountType; private String recomPhone; @@ -69,6 +72,12 @@ private String usTotalAssets; //信用分 private Integer creditScore; //剩余贷款额度 private BigDecimal loanLimit; //待还款金额 private BigDecimal refundAmount; }