gao
2020-05-21 0bf6ff53a6dce8a7191d2412abe77eef2c0c5caa
src/main/java/com/xcong/excoin/modules/member/entity/MemberWalletAgentEntity.java
@@ -1,6 +1,7 @@
package com.xcong.excoin.modules.member.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.xcong.excoin.common.contants.AppContants;
import com.xcong.excoin.common.system.base.BaseEntity;
import lombok.Data;
@@ -24,22 +25,22 @@
    /**
     * 可用余额
     */
    private BigDecimal availableBalance;
    private BigDecimal availableBalance = AppContants.INIT_MONEY;
    /**
     * 总金额
     */
    private BigDecimal totalBalance;
    private BigDecimal totalBalance = AppContants.INIT_MONEY;
    /**
     * 冻结金额
     */
    private BigDecimal frozenBalance;
    private BigDecimal frozenBalance = AppContants.INIT_MONEY;
    /**
     * 借入资产金额
     */
    private BigDecimal borrowedFund;
    private BigDecimal borrowedFund = AppContants.INIT_MONEY;
    /**
     * 钱包标识