java110
2020-07-07 70862b9228ccb2156971a22085ac31b6c8b6d2cd
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;
}