From c74a6f59490cfb9a0ee37f70427739b74e7fbd58 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 20 五月 2026 08:50:29 +0800
Subject: [PATCH] 代码生成
---
server/services/src/main/java/com/doumee/service/business/ShopInfoService.java | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 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 c4d64e7..29481fd 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
@@ -5,6 +5,9 @@
import com.doumee.dao.business.model.ShopInfo;
import com.doumee.dao.business.model.Member;
import com.doumee.dao.dto.*;
+import com.doumee.dao.vo.LocationTagShopCountVO;
+import com.doumee.dao.vo.LuggageTypeItem;
+import com.doumee.dao.vo.ShopKpiVO;
import com.doumee.dao.vo.ShopLoginVO;
import com.doumee.dao.vo.ShopCenterVO;
import com.doumee.dao.vo.ShopDetailVO;
@@ -158,6 +161,13 @@
PageData<ShopNearbyVO> findNearbyShops(PageWrap<ShopNearbyDTO> pageWrap);
/**
+ * 鎸変綅缃爣绛剧粺璁¢棬搴楁暟閲�
+ * @param cityId 鍩庡競涓婚敭锛堝彲閫夛級
+ * @return 鏍囩闂ㄥ簵鏁伴噺鍒楄〃
+ */
+ List<LocationTagShopCountVO> countShopsByLocationTag(Integer cityId);
+
+ /**
* 鏌ヨ闂ㄥ簵璇︽儏锛堝皬绋嬪簭绔紝鍚収鐗囬泦鍚堝拰鍙�夎窛绂伙級
* @param dto 鏌ヨ璇锋眰
* @return 闂ㄥ簵璇︽儏
@@ -210,12 +220,35 @@
ShopSalesStatsVO getShopSalesStats(Integer shopId, Integer period);
/**
+ * 闂ㄥ簵琛屾潕绫诲瀷鍒嗗竷
+ */
+ List<LuggageTypeItem> shopLuggageTypeList(Integer shopId, ShopRevenueQueryDTO query);
+
+ /**
+ * 闂ㄥ簵鏍稿績涓氱哗鎸囨爣
+ */
+ ShopKpiVO getShopKpi(Integer shopId, ShopRevenueQueryDTO query);
+
+ /**
* 闂ㄥ簵淇敼瀵嗙爜
*
* @param shopId 闂ㄥ簵涓婚敭
+ * @param oldPassword 鏃у瘑鐮�
* @param newPassword 鏂板瘑鐮�
* @param token 褰撳墠token锛堜慨鏀规垚鍔熷悗娓呴櫎锛�
*/
- void changePassword(Integer shopId, String newPassword, String token);
+ void changePassword(Integer shopId, String oldPassword, String newPassword, String token);
+
+ /**
+ * 缁存姢闂ㄥ簵鎵撳嵃鏈篠N
+ * @param dto 闂ㄥ簵鎵撳嵃鏈虹淮鎶よ姹�
+ */
+ void maintainPrinterSn(ShopPrinterDTO dto);
+
+ /**
+ * 鍒濆鍖栧巻鍙查棬搴楀彉鏇寸増鏈暟鎹�
+ * @return 澶勭悊鏁伴噺
+ */
+ int initChangeVersions();
}
--
Gitblit v1.9.3