From e8dd7cfa6bbfd8be4a52f24e03c74f853cc6ac4f Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 26 一月 2026 18:34:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 server/dmmall_service/src/main/java/com/doumee/service/business/WorkbenchService.java |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/server/dmmall_service/src/main/java/com/doumee/service/business/WorkbenchService.java b/server/dmmall_service/src/main/java/com/doumee/service/business/WorkbenchService.java
new file mode 100644
index 0000000..170ac07
--- /dev/null
+++ b/server/dmmall_service/src/main/java/com/doumee/service/business/WorkbenchService.java
@@ -0,0 +1,23 @@
+package com.doumee.service.business;
+
+import com.doumee.core.model.PageData;
+import com.doumee.core.model.PageWrap;
+import com.doumee.dao.business.model.Fund;
+import com.doumee.dao.system.dto.CountDataDTO;
+import com.doumee.dao.system.vo.BusinessDataCountVO;
+import com.doumee.dao.system.vo.CountDataVO;
+
+import java.util.List;
+
+/**
+ * 璧勯噾鏄庣粏淇℃伅琛⊿ervice瀹氫箟
+ * @author 姹熻箘韫�
+ * @date 2023/03/21 15:48
+ */
+public interface WorkbenchService {
+
+    BusinessDataCountVO businessData(CountDataDTO param);
+
+    List<BusinessDataCountVO> shopRankList10(CountDataDTO param);
+    List<BusinessDataCountVO> goodsRankList10(CountDataDTO param);
+}

--
Gitblit v1.9.3