From 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 19 八月 2021 00:47:48 +0800
Subject: [PATCH] 优化代码
---
java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java b/java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java
old mode 100644
new mode 100755
index a392d2c..2476837
--- a/java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java
+++ b/java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java
@@ -2,6 +2,7 @@
import com.java110.utils.exception.BusinessException;
import com.java110.service.context.DataQuery;
+import org.springframework.http.ResponseEntity;
/**
* 鍏敤鏌ヨ澶勭悊
@@ -25,4 +26,13 @@
* @throws BusinessException
*/
public void commonDoService(DataQuery dataQuery) throws BusinessException;
+
+
+ /**
+ * c_common_sql
+ * 鍏叡鍙楃悊鏈嶅姟
+ * @return
+ * @throws BusinessException
+ */
+ public ResponseEntity<String> fallBack(String fallBackInfo) throws BusinessException;
}
--
Gitblit v1.8.0