wuxw
2022-05-11 84d611e5b834152ceeb6273fab82f1e9b2af7b8d
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 {
 
    String execute(JSONObject params,IQueryServiceDAO queryServiceDAOImpl);
}