## 看板数据字段类型修改;

This commit is contained in:
cabbage 2025-05-14 16:04:02 +08:00
parent 19a30f87d5
commit 2af9edf053
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ package com.hzs.system.board.vo;
import lombok.Data;
import java.io.Serializable;
import java.math.BigDecimal;
/**
* 看板各币种充值数据
@ -18,7 +19,7 @@ public class BoardRechargeAccountVO implements Serializable {
/**
* 充值金额
*/
private Integer rechargeAmount;
private BigDecimal rechargeAmount;
/**
* 0=今日1=昨日2=当月