From a4380cdaeaa2bf5c317d29a242e442b70696f23b Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期日, 30 八月 2020 17:59:42 +0800
Subject: [PATCH] 优化缴费问题

---
 java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 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
index 4b22bb6..2476837 100644
--- 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,8 +1,8 @@
 package com.java110.service.smo;
 
-import com.alibaba.fastjson.JSONObject;
-import com.java110.common.exception.BusinessException;
-import com.java110.entity.service.DataQuery;
+import com.java110.utils.exception.BusinessException;
+import com.java110.service.context.DataQuery;
+import org.springframework.http.ResponseEntity;
 
 /**
  * 鍏敤鏌ヨ澶勭悊
@@ -17,4 +17,22 @@
      * @throws BusinessException
      */
     public void commonQueryService(DataQuery dataQuery) throws BusinessException;
+
+
+    /**
+     * c_common_sql
+     * 鍏叡鍙楃悊鏈嶅姟
+     * @return
+     * @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