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/order/ChannelDataStatisticVO.java | 114 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 57 insertions(+), 57 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/order/ChannelDataStatisticVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/order/ChannelDataStatisticVO.java index 329e883..3ac8982 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/order/ChannelDataStatisticVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/order/ChannelDataStatisticVO.java @@ -1,57 +1,57 @@ -package com.yeshi.fanli.vo.order; - -import java.math.BigDecimal; - -/** - * 娓犻亾鏁版嵁缁熻 - * - * @author Administrator - * - */ -public class ChannelDataStatisticVO { - private String date;// 鏃ユ湡 - private BigDecimal estimate;// 浣i噾 - private BigDecimal payMoney;// 鏀粯閲戦 - private int userCount;// 鏂板鐢ㄦ埛鏁伴噺 - private int orderCount;// 璁㈠崟鏁伴噺 - - public String getDate() { - return date; - } - - public void setDate(String date) { - this.date = date; - } - - public BigDecimal getEstimate() { - return estimate; - } - - public void setEstimate(BigDecimal estimate) { - this.estimate = estimate; - } - - public BigDecimal getPayMoney() { - return payMoney; - } - - public void setPayMoney(BigDecimal payMoney) { - this.payMoney = payMoney; - } - - public int getUserCount() { - return userCount; - } - - public void setUserCount(int userCount) { - this.userCount = userCount; - } - - public int getOrderCount() { - return orderCount; - } - - public void setOrderCount(int orderCount) { - this.orderCount = orderCount; - } -} +package com.yeshi.fanli.vo.order; + +import java.math.BigDecimal; + +/** + * 娓犻亾鏁版嵁缁熻 + * + * @author Administrator + * + */ +public class ChannelDataStatisticVO { + private String date;// 鏃ユ湡 + private BigDecimal estimate;// 浣i噾 + private BigDecimal payMoney;// 鏀粯閲戦 + private int userCount;// 鏂板鐢ㄦ埛鏁伴噺 + private int orderCount;// 璁㈠崟鏁伴噺 + + public String getDate() { + return date; + } + + public void setDate(String date) { + this.date = date; + } + + public BigDecimal getEstimate() { + return estimate; + } + + public void setEstimate(BigDecimal estimate) { + this.estimate = estimate; + } + + public BigDecimal getPayMoney() { + return payMoney; + } + + public void setPayMoney(BigDecimal payMoney) { + this.payMoney = payMoney; + } + + public int getUserCount() { + return userCount; + } + + public void setUserCount(int userCount) { + this.userCount = userCount; + } + + public int getOrderCount() { + return orderCount; + } + + public void setOrderCount(int orderCount) { + this.orderCount = orderCount; + } +} -- Gitblit v1.8.0