提现审核增加成功提现次数和成功提现金额
This commit is contained in:
@@ -7,6 +7,7 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 提现申请
|
||||
@@ -112,4 +113,16 @@ public class CashOut implements Serializable {
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private Integer isAgree;
|
||||
|
||||
/**
|
||||
* 成功提现金额总和
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private BigDecimal total;
|
||||
|
||||
/**
|
||||
* 成功提现次数
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private Long count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user