From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/vo/redpack/RedPackBalanceVO.java | 186 +++++++++++++++++++++++----------------------- 1 files changed, 93 insertions(+), 93 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/redpack/RedPackBalanceVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/redpack/RedPackBalanceVO.java index 0c1f0b8..c2036ef 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/redpack/RedPackBalanceVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/redpack/RedPackBalanceVO.java @@ -1,93 +1,93 @@ -package com.yeshi.fanli.vo.redpack; - -import java.math.BigDecimal; - -import com.yeshi.fanli.entity.redpack.RedPackBalance; - -public class RedPackBalanceVO extends RedPackBalance { - - private BigDecimal giveMoney; // 璧犻�侀噾棰� - private BigDecimal useMoney; // 浣跨敤閲戦 - private BigDecimal exchangeMoney; // 浣撶幇閲戦 - - private BigDecimal todayWin; - private BigDecimal theMonthWin; - private BigDecimal totalWin; - - private BigDecimal todayreduce; - private BigDecimal theMonthreduce; - private BigDecimal totalreduce; - - public BigDecimal getGiveMoney() { - return giveMoney; - } - - public void setGiveMoney(BigDecimal giveMoney) { - this.giveMoney = giveMoney; - } - - public BigDecimal getUseMoney() { - return useMoney; - } - - public void setUseMoney(BigDecimal useMoney) { - this.useMoney = useMoney; - } - - public BigDecimal getExchangeMoney() { - return exchangeMoney; - } - - public void setExchangeMoney(BigDecimal exchangeMoney) { - this.exchangeMoney = exchangeMoney; - } - - public BigDecimal getTodayWin() { - return todayWin; - } - - public void setTodayWin(BigDecimal todayWin) { - this.todayWin = todayWin; - } - - public BigDecimal getTheMonthWin() { - return theMonthWin; - } - - public void setTheMonthWin(BigDecimal theMonthWin) { - this.theMonthWin = theMonthWin; - } - - public BigDecimal getTotalWin() { - return totalWin; - } - - public void setTotalWin(BigDecimal totalWin) { - this.totalWin = totalWin; - } - - public BigDecimal getTodayreduce() { - return todayreduce; - } - - public void setTodayreduce(BigDecimal todayreduce) { - this.todayreduce = todayreduce; - } - - public BigDecimal getTheMonthreduce() { - return theMonthreduce; - } - - public void setTheMonthreduce(BigDecimal theMonthreduce) { - this.theMonthreduce = theMonthreduce; - } - - public BigDecimal getTotalreduce() { - return totalreduce; - } - - public void setTotalreduce(BigDecimal totalreduce) { - this.totalreduce = totalreduce; - } - -} +package com.yeshi.fanli.vo.redpack; + +import java.math.BigDecimal; + +import com.yeshi.fanli.entity.redpack.RedPackBalance; + +public class RedPackBalanceVO extends RedPackBalance { + + private BigDecimal giveMoney; // 璧犻�侀噾棰� + private BigDecimal useMoney; // 浣跨敤閲戦 + private BigDecimal exchangeMoney; // 浣撶幇閲戦 + + private BigDecimal todayWin; + private BigDecimal theMonthWin; + private BigDecimal totalWin; + + private BigDecimal todayreduce; + private BigDecimal theMonthreduce; + private BigDecimal totalreduce; + + public BigDecimal getGiveMoney() { + return giveMoney; + } + + public void setGiveMoney(BigDecimal giveMoney) { + this.giveMoney = giveMoney; + } + + public BigDecimal getUseMoney() { + return useMoney; + } + + public void setUseMoney(BigDecimal useMoney) { + this.useMoney = useMoney; + } + + public BigDecimal getExchangeMoney() { + return exchangeMoney; + } + + public void setExchangeMoney(BigDecimal exchangeMoney) { + this.exchangeMoney = exchangeMoney; + } + + public BigDecimal getTodayWin() { + return todayWin; + } + + public void setTodayWin(BigDecimal todayWin) { + this.todayWin = todayWin; + } + + public BigDecimal getTheMonthWin() { + return theMonthWin; + } + + public void setTheMonthWin(BigDecimal theMonthWin) { + this.theMonthWin = theMonthWin; + } + + public BigDecimal getTotalWin() { + return totalWin; + } + + public void setTotalWin(BigDecimal totalWin) { + this.totalWin = totalWin; + } + + public BigDecimal getTodayreduce() { + return todayreduce; + } + + public void setTodayreduce(BigDecimal todayreduce) { + this.todayreduce = todayreduce; + } + + public BigDecimal getTheMonthreduce() { + return theMonthreduce; + } + + public void setTheMonthreduce(BigDecimal theMonthreduce) { + this.theMonthreduce = theMonthreduce; + } + + public BigDecimal getTotalreduce() { + return totalreduce; + } + + public void setTotalreduce(BigDecimal totalreduce) { + this.totalreduce = totalreduce; + } + +} -- Gitblit v1.8.0