From 59b1f0e9967902aa10f5e017d5a0bdfd1b60c9ea Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 29 四月 2026 09:42:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
server/services/src/main/java/com/doumee/service/business/ShopInfoService.java | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/server/services/src/main/java/com/doumee/service/business/ShopInfoService.java b/server/services/src/main/java/com/doumee/service/business/ShopInfoService.java
index 4fe95a7..35a568e 100644
--- a/server/services/src/main/java/com/doumee/service/business/ShopInfoService.java
+++ b/server/services/src/main/java/com/doumee/service/business/ShopInfoService.java
@@ -9,6 +9,7 @@
import com.doumee.dao.vo.ShopCenterVO;
import com.doumee.dao.vo.ShopDetailVO;
import com.doumee.dao.vo.ShopNearbyVO;
+import com.doumee.dao.vo.ShopSalesStatsVO;
import com.doumee.dao.vo.ShopWebDetailVO;
import java.math.BigDecimal;
@@ -199,4 +200,38 @@
*/
ShopLoginVO shopSilentLogin(Integer memberId);
+ /**
+ * 闂ㄥ簵閿�鍞粺璁�
+ *
+ * @param shopId 闂ㄥ簵涓婚敭
+ * @param period 缁熻鍛ㄦ湡锛�0=浠婃棩, 1=鏈湀, 2=涓婃湀
+ * @return 閿�鍞粺璁�
+ */
+ ShopSalesStatsVO getShopSalesStats(Integer shopId, Integer period);
+
+ /**
+ * 闂ㄥ簵淇敼瀵嗙爜
+ *
+ * @param shopId 闂ㄥ簵涓婚敭
+ * @param oldPassword 鏃у瘑鐮�
+ * @param newPassword 鏂板瘑鐮�
+ * @param token 褰撳墠token锛堜慨鏀规垚鍔熷悗娓呴櫎锛�
+ */
+ void changePassword(Integer shopId, String oldPassword, String newPassword, String token);
+
+ /**
+ * 缁戝畾鎵撳嵃鏈�
+ */
+ void bindPrinter(com.doumee.dao.dto.PrinterBindDTO dto);
+
+ /**
+ * 瑙g粦鎵撳嵃鏈�
+ */
+ void unbindPrinter(Integer shopId);
+
+ /**
+ * 鏌ヨ鎵撳嵃鏈虹姸鎬�
+ */
+ Object queryPrinterStatus(Integer shopId);
+
}
--
Gitblit v1.9.3