wuxw
2019-06-03 e080491129f6370d0c0eeb4b0bd9b79ec1a2d2e8
java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java
@@ -17,4 +17,13 @@
     * @throws BusinessException
     */
    public void commonQueryService(DataQuery dataQuery) throws BusinessException;
    /**
     * c_common_sql
     * 公共受理服务
     * @return
     * @throws BusinessException
     */
    public void commonDoService(DataQuery dataQuery) throws BusinessException;
}