From cebb05f8d1ddbf5ac415c5471e17d2d94ea1a6de Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期三, 15 五月 2024 18:14:07 +0800
Subject: [PATCH] zjh 2024/05/15-1

---
 ltkj-system/src/main/java/com/ltkj/tduck/service/UserFormSettingService.java |  122 ++++++++++++++++++++--------------------
 1 files changed, 61 insertions(+), 61 deletions(-)

diff --git a/ltkj-system/src/main/java/com/ltkj/tduck/service/UserFormSettingService.java b/ltkj-system/src/main/java/com/ltkj/tduck/service/UserFormSettingService.java
index fd0432f..978225f 100644
--- a/ltkj-system/src/main/java/com/ltkj/tduck/service/UserFormSettingService.java
+++ b/ltkj-system/src/main/java/com/ltkj/tduck/service/UserFormSettingService.java
@@ -1,61 +1,61 @@
-//package com.ltkj.tduck.service;
-//
-//
-//
-//import com.baomidou.mybatisplus.extension.service.IService;
-//import com.ltkj.tduck.domain.UserFormSettingEntity;
-//import com.ltkj.tduck.struct.FormSettingSchemaStruct;
-//import com.ltkj.tduck.utils.Result;
-//
-//import java.util.Map;
-//
-///**
-// * 琛ㄥ崟璁剧疆
-// *
-// * @author smalljop
-// * @since 2020-11-30 14:00:52
-// */
-//public interface UserFormSettingService extends IService<UserFormSettingEntity> {
-//    /**
-//     * 淇濆瓨琛ㄥ崟璁剧疆
-//     */
-//    Boolean saveFormSetting(Map<String, Object> params);
-//
-//
-//    /**
-//     * 琛ㄥ崟璁剧疆
-//     *
-//     * @param formKey 琛ㄥ崟key
-//     * @return 璁剧疆椤�
-//     */
-//    UserFormSettingEntity getFormSettingByKey(String formKey);
-//
-//    /**
-//     * 璁剧疆鍏蜂綋瀹氫箟璁剧疆椤�
-//     *
-//     * @param formKey 琛ㄥ崟key
-//     * @return 璁剧疆椤�
-//     */
-//    FormSettingSchemaStruct getFormSettingSchema(String formKey);
-//
-//    /**
-//     * 鑾峰彇褰撳墠椤圭洰璁剧疆鐨勭姸鎬�
-//     * 鏄惁鍙互濉啓绛�
-//     *
-//     * @param formKey   琛ㄥ崟key
-//     * @param requestIp 璇锋眰ip
-//     * @param wxOpenId  寰俊openid
-//     * @param type      绫诲瀷 1鍏紑濉啓 2.鎸囧畾濉啓
-//     * @return 鏄惁鍙互濉啓
-//     */
-//    Result<Boolean> getUserFormWriteSettingStatus(String formKey, String requestIp, String wxOpenId, Integer type);
-//
-//
-//    /**
-//     * 鍒犻櫎琛ㄥ崟鎵�鏈夎缃�
-//     *
-//     * @param key 琛ㄥ崟key
-//     * @return 鏄惁鍒犻櫎鎴愬姛
-//     */
-//    Boolean deleteAllSetting(String key);
-//}
+package com.ltkj.tduck.service;
+
+
+
+import com.baomidou.mybatisplus.extension.service.IService;
+import com.ltkj.tduck.domain.UserFormSettingEntity;
+import com.ltkj.tduck.struct.FormSettingSchemaStruct;
+import com.ltkj.tduck.utils.Result;
+
+import java.util.Map;
+
+/**
+ * 琛ㄥ崟璁剧疆
+ *
+ * @author smalljop
+ * @since 2020-11-30 14:00:52
+ */
+public interface UserFormSettingService extends IService<UserFormSettingEntity> {
+    /**
+     * 淇濆瓨琛ㄥ崟璁剧疆
+     */
+    Boolean saveFormSetting(Map<String, Object> params);
+
+
+    /**
+     * 琛ㄥ崟璁剧疆
+     *
+     * @param formKey 琛ㄥ崟key
+     * @return 璁剧疆椤�
+     */
+    UserFormSettingEntity getFormSettingByKey(String formKey);
+
+    /**
+     * 璁剧疆鍏蜂綋瀹氫箟璁剧疆椤�
+     *
+     * @param formKey 琛ㄥ崟key
+     * @return 璁剧疆椤�
+     */
+    FormSettingSchemaStruct getFormSettingSchema(String formKey);
+
+    /**
+     * 鑾峰彇褰撳墠椤圭洰璁剧疆鐨勭姸鎬�
+     * 鏄惁鍙互濉啓绛�
+     *
+     * @param formKey   琛ㄥ崟key
+     * @param requestIp 璇锋眰ip
+     * @param wxOpenId  寰俊openid
+     * @param type      绫诲瀷 1鍏紑濉啓 2.鎸囧畾濉啓
+     * @return 鏄惁鍙互濉啓
+     */
+    Result<Boolean> getUserFormWriteSettingStatus(String formKey, String requestIp, String wxOpenId, Integer type);
+
+
+    /**
+     * 鍒犻櫎琛ㄥ崟鎵�鏈夎缃�
+     *
+     * @param key 琛ㄥ崟key
+     * @return 鏄惁鍒犻櫎鎴愬姛
+     */
+    Boolean deleteAllSetting(String key);
+}

--
Gitblit v1.8.0