From f7e51fc7c91e474e5c0bcc79c47f074c0a59b5c3 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 11 十月 2023 20:03:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java
index 4cc9227..01baa7a 100644
--- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java
+++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java
@@ -2,6 +2,10 @@
 
 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 import com.baomidou.mybatisplus.extension.service.IService;
+import com.dsh.guns.modular.system.model.*;
+import com.dsh.guns.modular.system.model.dto.SelectDto;
+import io.swagger.models.auth.In;
+import com.dsh.course.dto.JsDto;
 import com.dsh.guns.modular.system.model.Dict;
 import com.dsh.guns.modular.system.model.TStore;
 import com.dsh.guns.modular.system.model.TStoreListVo;
@@ -59,4 +63,15 @@
     List<TTurn> pageList();
 
     List<TTurn> getPage(List<Integer> ids);
+
+    List<TImgConfig> getConfig();
+
+    void updateBasicConfig(Integer id , String p1);
+    void updateBenefits(Integer id , String p1);
+
+    void insert(JsDto jsDto);
+
+    JsDto get(Integer id);
+
+    List<SelectDto> getSelect();
 }

--
Gitblit v1.7.1