mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 增加昨日收入金额,和累计提现金额
This commit is contained in:
@@ -3,6 +3,8 @@ package com.jsowell.pile.vo.web;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 提现记录VO
|
||||
*/
|
||||
@@ -22,5 +24,5 @@ public class WithdrawInfoVO {
|
||||
private String applicationTime;
|
||||
|
||||
// 提现金额
|
||||
private String cashAmt;
|
||||
private BigDecimal cashAmt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user