mrzcc
2020-02-19 b09e1a8b036553d1e161d127aa738a504593490a
java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java
@@ -1,8 +1,7 @@
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;
/**
 * 公用查询处理
@@ -17,4 +16,13 @@
     * @throws BusinessException
     */
    public void commonQueryService(DataQuery dataQuery) throws BusinessException;
    /**
     * c_common_sql
     * 公共受理服务
     * @return
     * @throws BusinessException
     */
    public void commonDoService(DataQuery dataQuery) throws BusinessException;
}