## 看板数据字段类型修改;
This commit is contained in:
parent
19a30f87d5
commit
2af9edf053
|
@ -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=当月
|
||||
|
|
Loading…
Reference in New Issue