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/TeamOrderStatisticVO.java |   86 +++++++++++++++++++++---------------------
 1 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/order/TeamOrderStatisticVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/order/TeamOrderStatisticVO.java
index b09bc67..b3f93ec 100644
--- a/fanli/src/main/java/com/yeshi/fanli/vo/order/TeamOrderStatisticVO.java
+++ b/fanli/src/main/java/com/yeshi/fanli/vo/order/TeamOrderStatisticVO.java
@@ -1,43 +1,43 @@
-package com.yeshi.fanli.vo.order;
-
-import java.util.List;
-
-//鍥㈤槦璁㈠崟缁熻
-public class TeamOrderStatisticVO {
-	private List<Integer> today;
-	private List<Integer> yesterday;
-	private List<Integer> thisMonth;
-	private List<Integer> total;
-
-	public List<Integer> getTotal() {
-		return total;
-	}
-
-	public void setTotal(List<Integer> total) {
-		this.total = total;
-	}
-
-	public List<Integer> getToday() {
-		return today;
-	}
-
-	public void setToday(List<Integer> today) {
-		this.today = today;
-	}
-
-	public List<Integer> getYesterday() {
-		return yesterday;
-	}
-
-	public void setYesterday(List<Integer> yesterday) {
-		this.yesterday = yesterday;
-	}
-
-	public List<Integer> getThisMonth() {
-		return thisMonth;
-	}
-
-	public void setThisMonth(List<Integer> thisMonth) {
-		this.thisMonth = thisMonth;
-	}
-}
+package com.yeshi.fanli.vo.order;
+
+import java.util.List;
+
+//鍥㈤槦璁㈠崟缁熻
+public class TeamOrderStatisticVO {
+	private List<Integer> today;
+	private List<Integer> yesterday;
+	private List<Integer> thisMonth;
+	private List<Integer> total;
+
+	public List<Integer> getTotal() {
+		return total;
+	}
+
+	public void setTotal(List<Integer> total) {
+		this.total = total;
+	}
+
+	public List<Integer> getToday() {
+		return today;
+	}
+
+	public void setToday(List<Integer> today) {
+		this.today = today;
+	}
+
+	public List<Integer> getYesterday() {
+		return yesterday;
+	}
+
+	public void setYesterday(List<Integer> yesterday) {
+		this.yesterday = yesterday;
+	}
+
+	public List<Integer> getThisMonth() {
+		return thisMonth;
+	}
+
+	public void setThisMonth(List<Integer> thisMonth) {
+		this.thisMonth = thisMonth;
+	}
+}

--
Gitblit v1.8.0