wuxw
2022-05-11 bb735e0400ffe2be078614a409f977434f4558ee
1
2
3
4
5
6
7
8
9
10
package com.java110.report.bmo.customReport;
 
import com.alibaba.fastjson.JSONObject;
import com.java110.db.dao.IQueryServiceDAO;
import com.java110.service.context.DataQuery;
 
public interface ReportExecute {
 
    JSONObject execute(JSONObject params,IQueryServiceDAO queryServiceDAOImpl);
}