All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fly.jdbc.SAP Maven / Gradle / Ivy

package com.fly.jdbc;

import java.util.ArrayList;
import java.util.List;

/**
 * SqlFly的执行辅助类
 */
public class SAP {

	
	public String sql = "";
	public List args = new ArrayList();

	
	
	
	
	
	
}