src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -106,6 +106,11 @@ DataDictionaryEnum.BUCAHNG_CHI.getCode() ).getValue()); walletInfo.setJilichi(dataDictionaryCustomMapper.selectDicDataByTypeAndCode( DataDictionaryEnum.JILI_CHI.getType(), DataDictionaryEnum.JILI_CHI.getCode() ).getValue()); return walletInfo; } src/main/java/cc/mrbird/febs/dapp/vo/WalletInfoVo.java
@@ -54,4 +54,7 @@ @ApiModelProperty(value = "永动补偿池结束时间") private Date buChangDate; @ApiModelProperty(value = "永动激励池") private String jilichi; }