shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java
old mode 100644 new mode 100755
@@ -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;
}