java110
2020-08-30 a4380cdaeaa2bf5c317d29a242e442b70696f23b
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;
}