From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 26 四月 2024 18:02:17 +0800
Subject: [PATCH] 唯品会链接解析升级

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractCountService.java |  120 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractCountService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractCountService.java
index 4366870..d2fa615 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractCountService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractCountService.java
@@ -1,60 +1,60 @@
-package com.yeshi.fanli.service.inter.money.extract;
-
-import java.math.BigDecimal;
-import java.util.List;
-import java.util.Map;
-
-public interface ExtractCountService {
-
-	
-	/**
-	 * 鑾峰彇浠婃棩鎻愮幇娆℃暟:鎬绘鏁般�佹彁鐜版垚鍔熸鏁般�佸け璐ユ鏁�
-	 * @return
-	 */
-	public Map<String, Object> getTodayCount();
-	
-	
-	/**
-	 * 浠婃棩鎻愮幇鎴愬姛閲戦
-	 * @return
-	 */
-	public BigDecimal getTodayTotalSuccessMoney();
-	
-	
-	/**
-	 * 鑾峰彇鎵�鏈夋彁鐜版垚鍔� 鎬婚噾棰濄�佹�绘鏁�
-	 * @return
-	 */
-	public Map<String, Object> countTotalSuccess();
-	
-	
-	/**
-	 * 鏌ヨ鐢ㄦ埛鎻愮幇鍘嗗彶娆℃暟
-	 * @param key
-	 * @return
-	 */
-	Map<String, Object> countRecordsByUid(Long key);
-	
-	/**
-	 * 鏌ヨ鐢ㄦ埛鎻愮幇鍘嗗彶鎻愮幇鎴愬姛鎬婚
-	 * @param key
-	 * @return
-	 */
-	public double countSuccessMoneysByUid(Long uid);
-	
-	
-	/**
-	 * 缁熻浠婃棩鎻愮幇娆℃暟
-	 * @return
-	 */
-	public int countTodayApply();
-	
-	/**
-	 * 缁熻浠婃棩宸插鐞嗘彁鐜版暟閲�
-	 * @return
-	 */
-	public int countTodayComplete();
-
-	
-	
-}
+package com.yeshi.fanli.service.inter.money.extract;
+
+import java.math.BigDecimal;
+import java.util.List;
+import java.util.Map;
+
+public interface ExtractCountService {
+
+	
+	/**
+	 * 鑾峰彇浠婃棩鎻愮幇娆℃暟:鎬绘鏁般�佹彁鐜版垚鍔熸鏁般�佸け璐ユ鏁�
+	 * @return
+	 */
+	public Map<String, Object> getTodayCount();
+	
+	
+	/**
+	 * 浠婃棩鎻愮幇鎴愬姛閲戦
+	 * @return
+	 */
+	public BigDecimal getTodayTotalSuccessMoney();
+	
+	
+	/**
+	 * 鑾峰彇鎵�鏈夋彁鐜版垚鍔� 鎬婚噾棰濄�佹�绘鏁�
+	 * @return
+	 */
+	public Map<String, Object> countTotalSuccess();
+	
+	
+	/**
+	 * 鏌ヨ鐢ㄦ埛鎻愮幇鍘嗗彶娆℃暟
+	 * @param key
+	 * @return
+	 */
+	Map<String, Object> countRecordsByUid(Long key);
+	
+	/**
+	 * 鏌ヨ鐢ㄦ埛鎻愮幇鍘嗗彶鎻愮幇鎴愬姛鎬婚
+	 * @param key
+	 * @return
+	 */
+	public double countSuccessMoneysByUid(Long uid);
+	
+	
+	/**
+	 * 缁熻浠婃棩鎻愮幇娆℃暟
+	 * @return
+	 */
+	public int countTodayApply();
+	
+	/**
+	 * 缁熻浠婃棩宸插鐞嗘彁鐜版暟閲�
+	 * @return
+	 */
+	public int countTodayComplete();
+
+	
+	
+}

--
Gitblit v1.8.0