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/money/MoneyPredictVO.java | 168 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 84 insertions(+), 84 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/money/MoneyPredictVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/money/MoneyPredictVO.java index 0220681..50c1fc3 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/money/MoneyPredictVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/money/MoneyPredictVO.java @@ -1,84 +1,84 @@ -package com.yeshi.fanli.vo.money; - -import java.math.BigDecimal; - -public class MoneyPredictVO { - private String countDate; // 缁熻鏃ユ湡 - // 鎬荤殑 - private BigDecimal totalMoney; // 鎬婚浼版敹鐩� - private Integer totalNum; // 鎬讳粯娆捐鍗曟暟锛堢瑪锛� - // 鎴戠殑 - private BigDecimal mineMoney;// 棰勪及鎴戠殑鏀剁泭 - private Integer mineNum;// 浠樻璁㈠崟鏁帮紙绗旓級 - // 鍥㈤槦 - private BigDecimal teamMoney;// 绱濂栭噾 - private Integer teamNum;// 绱璁㈠崟 - - public MoneyPredictVO() { - } - - public MoneyPredictVO(BigDecimal mineMoney, Integer mineNum, BigDecimal teamMoney, Integer teamNum) { - this.mineMoney = mineMoney; - this.mineNum = mineNum; - this.teamMoney = teamMoney; - this.teamNum = teamNum; - } - - - public BigDecimal getTotalMoney() { - return totalMoney; - } - - public void setTotalMoney(BigDecimal totalMoney) { - this.totalMoney = totalMoney; - } - - public Integer getTotalNum() { - return totalNum; - } - - public void setTotalNum(Integer totalNum) { - this.totalNum = totalNum; - } - - public BigDecimal getMineMoney() { - return mineMoney; - } - - public void setMineMoney(BigDecimal mineMoney) { - this.mineMoney = mineMoney; - } - - public Integer getMineNum() { - return mineNum; - } - - public void setMineNum(Integer mineNum) { - this.mineNum = mineNum; - } - - public BigDecimal getTeamMoney() { - return teamMoney; - } - - public void setTeamMoney(BigDecimal teamMoney) { - this.teamMoney = teamMoney; - } - - public Integer getTeamNum() { - return teamNum; - } - - public void setTeamNum(Integer teamNum) { - this.teamNum = teamNum; - } - - public String getCountDate() { - return countDate; - } - - public void setCountDate(String countDate) { - this.countDate = countDate; - } - -} +package com.yeshi.fanli.vo.money; + +import java.math.BigDecimal; + +public class MoneyPredictVO { + private String countDate; // 缁熻鏃ユ湡 + // 鎬荤殑 + private BigDecimal totalMoney; // 鎬婚浼版敹鐩� + private Integer totalNum; // 鎬讳粯娆捐鍗曟暟锛堢瑪锛� + // 鎴戠殑 + private BigDecimal mineMoney;// 棰勪及鎴戠殑鏀剁泭 + private Integer mineNum;// 浠樻璁㈠崟鏁帮紙绗旓級 + // 鍥㈤槦 + private BigDecimal teamMoney;// 绱濂栭噾 + private Integer teamNum;// 绱璁㈠崟 + + public MoneyPredictVO() { + } + + public MoneyPredictVO(BigDecimal mineMoney, Integer mineNum, BigDecimal teamMoney, Integer teamNum) { + this.mineMoney = mineMoney; + this.mineNum = mineNum; + this.teamMoney = teamMoney; + this.teamNum = teamNum; + } + + + public BigDecimal getTotalMoney() { + return totalMoney; + } + + public void setTotalMoney(BigDecimal totalMoney) { + this.totalMoney = totalMoney; + } + + public Integer getTotalNum() { + return totalNum; + } + + public void setTotalNum(Integer totalNum) { + this.totalNum = totalNum; + } + + public BigDecimal getMineMoney() { + return mineMoney; + } + + public void setMineMoney(BigDecimal mineMoney) { + this.mineMoney = mineMoney; + } + + public Integer getMineNum() { + return mineNum; + } + + public void setMineNum(Integer mineNum) { + this.mineNum = mineNum; + } + + public BigDecimal getTeamMoney() { + return teamMoney; + } + + public void setTeamMoney(BigDecimal teamMoney) { + this.teamMoney = teamMoney; + } + + public Integer getTeamNum() { + return teamNum; + } + + public void setTeamNum(Integer teamNum) { + this.teamNum = teamNum; + } + + public String getCountDate() { + return countDate; + } + + public void setCountDate(String countDate) { + this.countDate = countDate; + } + +} -- Gitblit v1.8.0