zyy
2025-12-01 9d830f2a36954cbfa66b50bac2838fcb75800923
trading-order-bean/src/main/java/com/yami/trading/bean/model/User.java
@@ -192,6 +192,9 @@
    @ApiModelProperty("登录权限")
    private boolean loginAuthority = true;
    //剩余贷款额度
    private double loanLimit;
    public BigDecimal getWithdrawLimitAmount() {
        return withdrawLimitAmount == null ? new BigDecimal(0) : withdrawLimitAmount;
    }