From e57e32fc43da31917912eebb4e47d4e50df1a9e9 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期四, 05 八月 2021 22:56:15 +0800
Subject: [PATCH] 完善格式化功能
---
java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 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 2795687..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
@@ -1,7 +1,8 @@
package com.java110.service.smo;
-import com.java110.common.exception.BusinessException;
+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