From a93496ffe02ae8a97ac582a5c0a5d9ac1f7ba10f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 16 七月 2024 14:49:00 +0800
Subject: [PATCH] wxmini
---
server/service/src/main/java/com/doumee/service/business/ShopService.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/server/service/src/main/java/com/doumee/service/business/ShopService.java b/server/service/src/main/java/com/doumee/service/business/ShopService.java
index a0b92b3..e087c15 100644
--- a/server/service/src/main/java/com/doumee/service/business/ShopService.java
+++ b/server/service/src/main/java/com/doumee/service/business/ShopService.java
@@ -102,6 +102,7 @@
List<ShopTreeVo> shopTreeCache(Integer type);
List<ShopTreeVo> shopTree(Integer type);
String importFcodeBatch(MultipartFile file);
+ String importCategoryBatch(MultipartFile file);
void updateSort(UpdateShopSortDTO dto);
String importBatch(MultipartFile file);
--
Gitblit v1.9.3