IT-KIMI_SHI\SINOIT.KIMI
2018-12-07 50eb1d766c470dc6ff927199eaee934f972a8b70
1
2
3
4
5
6
7
8
9
10
11
package service.system;
 
import model.chart.ChartBuilderParams;
import model.database.JdbcProps;
 
/**
 * Created by ct on 2017/7/11.
 */
public interface SqlEditService {
    String groupBySql(ChartBuilderParams chartBuilderParams, String sql);
}