From 91b430242c65f742ac06313bff34b6d9ec97ce50 Mon Sep 17 00:00:00 2001
From: 赵文轩 <1652863494@qq.com>
Date: 星期二, 29 十月 2024 11:43:53 +0800
Subject: [PATCH] 错误收费金额修改
---
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